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