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