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

9 lines
140 B
Text

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