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