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