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