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