Sign in
◑
Theme
fuchsia
/
third_party
/
swig
/
refs/heads/upstream/python-default-builtin-fix
/
.
/
Examples
/
test-suite
/
ocaml
/
mod_runme.ml
blob: 8adb50b6fc2bd0e19e375475e7dca8bdc605df1d [
file
] [
edit
]
open
Swig
open
Mod_a
open
Mod_b
let
c
=
new_C
'
()
let
d
=
new_D
'
()
let
_
=
d
->
"DoSomething"
(
c
)