DEBSOURCES
Skip Quicknav
sources / renderdoc / 1.2%2Bdfsg-2 / swig / Examples / test-suite / struct_value.i
1234567891011121314
%module struct_value %inline %{ struct Foo { int x; }; struct Bar { Foo a; struct Foo b; }; %}