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