Sign in
fuchsia
/
third_party
/
swig
/
1e761f3ea7c444dcfe8eca4cf3f2d44d9ce2375b
/
.
/
Examples
/
test-suite
/
ocaml
/
mod_runme.ml
blob: 8adb50b6fc2bd0e19e375475e7dca8bdc605df1d [
file
] [
log
] [
blame
]
open
Swig
open
Mod_a
open
Mod_b
let
c
=
new_C
'
()
let
d
=
new_D
'
()
let
_
=
d
->
"DoSomething"
(
c
)