blob: c27ff553322a8f5126c2929e39c41759137d82d1 [file] [log] [blame]
%module xxx
%typemap(in) int x {
$source;
$target;
}