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