copied from js_of_ocaml/toplevel/examples/lwt_toplevel

This commit is contained in:
cqc
2024-02-10 16:52:36 -06:00
commit 0f1fd67e8a
20 changed files with 1391 additions and 0 deletions

3
test_dynlink.ml Normal file
View File

@ -0,0 +1,3 @@
let _ = print_endline "Dynlink OK"
let f () = print_endline "Test_dynlink.f Ok"