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