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