Files
ANSLibs/swig-4.3.0/Examples/test-suite/ocaml/name_runme.ml

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