ref: 31329a5bbacf4a295633260120dc3950ea0c8f88 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 }