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