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