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