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