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