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