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