import source from 1.3.40
[external/swig.git] / Examples / test-suite / errors / c_long_short.i
1 %module xxx
2
3 int foo(long short x);
4 int bar(short long y);
5 int spam(long long long x);
6 int grok(short short int x);