Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/ocaml/name_runme.ml
2019-08-04 21:38:19 -05: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