ref: 8ecdf73fad606722a6f2c05f53ad619c21bf84de dir: /test/tyrec.myr/
use std /* we just want to see if this file compiles */ type foo = struct v : foo# ;; const main = { var v : foo std.exit(42) }