aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/swig_apply_nargs.i
blob: bb1519c1ea9eff4d7c5e3f1839c587392f191d2f (plain)
1
2
3
4
5
6
%module xxx

%typemap(in) (char *str, int len) {
}

%apply (char *str, int len) { int x };