ref: d1e7671e6bd6a12d5444716bfbcd3e88ba7e3b5f 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) }