/tags/rel-1-3-26/SWIG/Examples/ocaml/scoped_enum/example_prog.ml
# · OCaml · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · d7e624fe24fdfb5b22f2970ffee21515 MD5 · raw file
- open Swig
- open Example
- let _ = _f (match Sys.argv.(1) with "Tag1" -> ``Tag1 | _ -> ``Tag2)