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