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