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