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