/* File : example.i */ %module example %inline %{ struct Foo{ int i; }; %}