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