DEBSOURCES
Skip Quicknav
sources / js-of-ocaml / 6.2.0-1 / compiler / tests-jsoo / gh1845.t
123456789
$ echo 'prerr_endline "test"' > test.ml $ ocamlc test.ml -o test.bc $ dune exec -- js_of_ocaml test.bc -o test.js $ node test.js test