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