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