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