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