6 lines
236 B
Perl
6 lines
236 B
Perl
run should not access foo
|
|
$ dune build ./run.exe 2>&1 | grep -v ocamlc
|
|
File "run.ml", line 1, characters 34-39:
|
|
1 | Printf.printf "Can't access %d\n" Foo.v
|
|
^^^^^
|
|
Error: Unbound module Foo
|