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