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