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