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