blob: b9058e614a493231bb0b30d8c42b02c0789593ec [file] [log] [blame]
exec("swigtest.start", -1);
try
// This call must fail because the constructor does not exist
Spam = new_Spam()
swigtesterror();
catch
end
exec("swigtest.quit", -1);