Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/test-suite/ocaml/name_runme.ml
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

10 lines
128 B
Standard ML

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