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