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