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