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