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