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