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