ref: 8e3b725def953776fbbaa03114c368ebb1f1372c 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 }