PageRenderTime 25ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
OCaml | 9 lines | 7 code | 2 blank | 0 comment | 3 complexity | 44725dbad3425ed151aa76d671eb6bf1 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  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