import source from 1.3.40
[external/swig.git] / Examples / test-suite / errors / swig_apply_nargs.i
1 %module xxx
2
3 %typemap(in) (char *str, int len) {
4 }
5
6 %apply (char *str, int len) { int x };