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