swig/Examples/test-suite/ocaml/name_runme.ml
Art Yerkes 09af4a2de0 Added name_runme.ml
Proves solution to rename and %constant.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4695 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-19 00:34:26 +00:00

8 lines
109 B
Standard ML

open Name
let _ = if (get_int _Baz_2) - (get_int (_bar_2 C_void)) == 30
then
exit 0
else
exit 1