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