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