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