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