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