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