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