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