Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/struct_rename.i
2019-08-04 21:38:19 -05:00

12 lines
93 B
OpenEdge ABL

%module struct_rename
%rename(Bar) Foo;
%inline %{
typedef struct {
int x;
} Foo;
%}