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