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