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