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