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