Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/ocaml/extend_template_runme.ml
2019-08-04 21:38:19 -05:00

9 lines
151 B
OCaml

open Swig
open Extend_template
let f = new_Foo_0 '()
let _ =
assert((f -> "test1" (37) as int) = 37);
assert((f -> "test2" (42) as int) = 42);
;;