git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12266 626c5289-ae23-0410-ae9c-e8d60b6d4f22
11 lines
182 B
Scilab
11 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);
|