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