summaryrefslogtreecommitdiff
path: root/Examples/python/import_packages/relativeimport1/py3/pkg2/pkg3/foo.hpp
blob: 531721d365b985d2692af645d3298c9d802b8c8e (plain)
1
2
3
4
#ifndef PY3_PKG2_PKG3_FOO_HPP
#define PY3_PKG2_PKG3_FOO_HPP
struct Pkg3_Foo {};
#endif /* PY3_PKG2_PKG3_FOO_HPP */