blob: b9937af1abe01d27d2a1c13416a2d867056ad455 [file] [log] [blame]
%module xxx
%typemap(in, numinputs=1, foo) int ""
%typemap(argout=123) char* ""
/* SWIG segfaulted trying to use the above in typemap in SWIG < 4.1.0. */
void func(int arg);