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