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