/trunk/Examples/test-suite/ocaml/name_runme.ml

# · OCaml · 9 lines · 7 code · 2 blank · 0 comment · 3 complexity · 44725dbad3425ed151aa76d671eb6bf1 MD5 · raw file

  1. open Swig
  2. open Name
  3. let _ = if (get_int (_Baz_2 C_void)) - (get_int (_bar_2 C_void)) == 30
  4. then
  5. exit 0
  6. else
  7. exit 1