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