mte/unikernel/duniverse/base/test/test_am_testing.ml
2025-11-11 02:07:51 +01:00

7 lines
137 B
OCaml

open! Base
open! Import
let%expect_test _ =
print_s [%sexp (Exported_for_specific_uses.am_testing : bool)];
[%expect {| true |}]
;;