5 lines
59 B
OCaml
5 lines
59 B
OCaml
|
external stub2: unit -> unit = "stub2"
|
||
|
|
||
|
|
||
|
let () = stub2 ()
|