`a.ml`: ```ocaml (* empty *) ``` `b.ml`: ```ocaml module ~D = A macro m () = <<assert false>> ``` `c.ml`: ```ocaml let f = $(B.m ()) ``` Bug: ``` $ ocamlc a.ml b.ml c.ml Segmentation fault >> Fatal error: Something went wrong when executing splice generation command: /home/jeremy/.opam/macros/bin/ocamlrun /tmp/camlstatic52bb4e /tmp/camlsplice08ed3d Fatal error: exception Misc.Fatal_error ```