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