`a.ml`: ```ocaml let f () = () ``` `b.ml`: ```ocaml module C = A macro m () = <<C.f ()>> ``` Bug: ``` $ ocamlc a.ml b.ml Uniphase (0, 0) str f w/ target 1 Fatal error: exception File "bytecomp/lambda.ml", line 526, characters 10-16: Assertion failed ```