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