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