summaryrefslogtreecommitdiff
path: root/Examples/python/import_packages/relativeimport3/py2/pkg2/bar.hpp
blob: 8f09cd5facb3de8c09aeeb6ebb8495cda8da4518 (plain)
1
2
3
4
5
#ifndef PY2_PKG2_BAR_HPP
#define PY2_PKG2_BAR_HPP
#include "../../py2/pkg2/pkg3/foo.hpp"
struct Pkg2_Bar : Pkg3_Foo {};
#endif /* PY2_PKG2_BAR_HPP */