aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/ocaml/name_runme.ml
blob: 902466c69e8c09eacac5726f5c65636da9abbf7c (plain)
1
2
3
4
5
6
7
8
open Name 

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