summaryrefslogtreecommitdiff
path: root/Examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.hpp')
-rw-r--r--Examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.hpp b/Examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.hpp
new file mode 100644
index 000000000..531721d36
--- /dev/null
+++ b/Examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.hpp
@@ -0,0 +1,4 @@
+#ifndef PY3_PKG2_PKG3_FOO_HPP
+#define PY3_PKG2_PKG3_FOO_HPP
+struct Pkg3_Foo {};
+#endif /* PY3_PKG2_PKG3_FOO_HPP */