ref: 0584162d2da919d3ef7037f007021abbf793cfd3 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 }