"Fossies" - the Fresh Open Source Software Archive

Member "swig-4.1.1/Examples/test-suite/scilab/abstract_inherit_runme.sci" (30 Nov 2022, 180 Bytes) of package /linux/misc/swig-4.1.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Scilab source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 exec("swigtest.start", -1);
    2 
    3 try
    4     // This call must fail because the constructor does not exist
    5     Spam = new_Spam()
    6     swigtesterror();
    7 catch
    8 end
    9 
   10 exec("swigtest.quit", -1);