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