// RUN: %clang_cc1 -fsyntax-only -verify %s
// Check the following typo correction behavior:
// - multiple typos in a single member call chain are all diagnosed
// - no typos are diagnosed for multiple typos in an expression when not all
// typos can be corrected
;
;
;
Z z_obj;
void
void
;
;
;
;
;
Scope scope_obj;
int
;
;
Ambiguous ambiguous_obj;
int
int
;
DeepAmbiguityHelper deep_obj;
int
;
int ;
int