ref: 95f4d0b36eb2d25889eed6ab48fb025d5b346b67 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) }