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