mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/transitive-deps-mode.t/run.t

7 lines
236 B
Perl
Raw Normal View History

2025-11-11 02:07:51 +01:00
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