ref: 0f26571b17048f69d768bc4035cd109254ba7394 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 }