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