blob: af2cd3f4a9b0e4b49e15a6898d0ff27c4ff021fc [file] [log] [blame]
%module example
%rename(Bar) Foo;
%inline %{
typedef struct {
int x;
} Foo;
%}