Skip to content

Commit 867e49d

Browse files
committed
[Ocaml] Add mod_runme.ml
See swig#2126
1 parent ea514c3 commit 867e49d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
open Swig
2+
open Mod_a
3+
open Mod_b
4+
5+
let c = new_C '()
6+
let d = new_D '()
7+
let _ = d -> "DoSomething" (c)

0 commit comments

Comments
 (0)