mte/unikernel/duniverse/base/test/test_am_testing.ml

8 lines
137 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
open! Base
open! Import
let%expect_test _ =
print_s [%sexp (Exported_for_specific_uses.am_testing : bool)];
[%expect {| true |}]
;;