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