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