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