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