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