ref: 8ef76e0e497a1f6fe2f34f55ff5781db4e8fac03 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) }