Files
ANSLibs/swig-4.3.0/Examples/test-suite/ocaml/mod_runme.ml

8 lines
100 B
OCaml
Raw Normal View History

open Swig
open Mod_a
open Mod_b
let c = new_C '()
let d = new_D '()
let _ = d -> "DoSomething" (c)