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