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