ref: 0011cdc42c4acb7784a64211faeeb49c885ff744 dir: /test/tyrec.myr/
/* we just want to see if this file compiles */ type foo = struct v : foo* ;; const main = { var v : foo -> 42 }