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