fn hasAnyErrors(comp: *aro.Compilation) bool
fn hasAnyErrors(comp: *aro.Compilation) bool { return comp.diagnostics.errors != 0; }