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