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