This builds, but does not output any AST: ``` module Test #line 25 "somefile.fs" let i = 1 ``` If you take the #line directive out, then it works.