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