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