blob: a88d8b7122856b11bc4e5dacce3b6e3e70185afe [file] [log] [blame]
%module xxx
%varargs(0,int x = 0) foo;
int foo(int x, ...);