ref: e1bfd3ee239d17bd45b7cc2caa671a91e0774304 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 std.exit(42) }