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