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