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