mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/wrapped-transition.t/fooexe.ml

8 lines
143 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
Mylib.Bar.run ();;
Mylib.Foo.run ();;
Bar.run ();;
Foo.run ();;
module Y : Mylib.Intf_only.S = struct end
module X : Intf_only.S = struct end