Files

7 lines
116 B
OpenEdge ABL
Raw Permalink Normal View History

%module xxx
int foo(long short x);
int bar(short long y);
int spam(long long long x);
int grok(short short int x);