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