// RUN: %clang_cc1 -fsyntax-only -verify %s
void ;
void
void
void
void
;
int& ;
extern "C"
void ; // expected-note{{candidate function}}
// PR6762: __builtin_va_list should be invisible to ADL on all platforms.
void ;
// PR13682: we might need to instantiate class temploids.
// Like test7, but ensure we don't complain if the type is properly
// incomplete.
// [...] Typedef names and using-declarations used to specify the types
// do not contribute to this set.