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