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