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