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