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