Files
ANSLibs/swig-4.3.0/Examples/test-suite/errors/swig_identifier.i

7 lines
59 B
OpenEdge ABL
Raw Normal View History

%module xxx
%rename("foo bar") foobar;
int foobar(int);