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