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