Files
2019-08-04 21:38:19 -05:00

12 lines
182 B
Scilab

exec("swigtest.start", -1);
try
a = new_Bar();
Bar_x_set(a,100);
catch
swigtesterror();
end
if Bar_x_get(a) <> 100 then swigtesterror(); end
exec("swigtest.quit", -1);