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