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