blob: 11702497327c324ba82f2f8c4148e2054dac7eb9 [file] [log] [blame]
exec("swigtest.start", -1);
s = 2000;
s = test1(s+1);
s = test2(s+1);
s = test3(s+1);
s = test4(s+1);
if s <> 2004 then swigtesterror(); end
exec("swigtest.quit", -1);