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