inline_test_config.ml
1 2 3 4 5 module type S = sig val pre_test_hook : unit -> unit end let pre_test_hook = ignore
1 2 3 4 5
module type S = sig val pre_test_hook : unit -> unit end let pre_test_hook = ignore