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

10 lines
140 B
Text
Raw Normal View History

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