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