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