summaryrefslogtreecommitdiff
path: root/Examples/python/import_packages/from_init1/py2/pkg2/foo.hpp
blob: fed8239f64920ea0328bcd099cca3180de4d7805 (plain)
1
2
3
4
#ifndef PY2_PKG2_FOO_HPP
#define PY2_PKG2_FOO_HPP
struct Pkg2_Foo {};
#endif /* PY2_PKG2_FOO_HPP */