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