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