blob: 818d70722d4c550cb5e973ab99d43d473da2a7fd [file] [log] [blame]
%module xxx
int foo(int x, int y);
int foo;
int bar(int x);
struct bar {
int y;
};
%rename(bar) spam;
int spam(int);