/trunk/Examples/test-suite/errors/cpp_nested.i
# · Swig · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 8ae097896e72cdb859d7830689e1217b MD5 · raw file
- %module xxx
- class Foo {
- public:
- class Bar {
- };
- };
- class Spam {
- public:
- class Grok {
- } x;
- };