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