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