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