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