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