ref: 9e763fa1dfaf044c83ce97020079246f6323972f 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 }