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