blob: bf944e2c591857240a989d2fa8613b8d335c0ba0 [file] [log] [blame]
%module struct_value
%inline %{
struct Foo {
int x;
};
struct Bar {
Foo a;
struct Foo b;
};
%}