ref: ee1215bf65810716215fd068b52c07c43cd79d42 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 }