// RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
// PR13819
// REQUIRES: LP64
// [dcl.ambig.res]p1:
;
int ;
void
// [dcl.ambig.res]p3:
char *p;
void *operator new;
void
// [dcl.ambig.res]p4:
// expected-note{{here}}
;
S4<int> x; //type-id
S4<int> y; // expected-error{{must be a type}}
// [dcl.ambig.res]p5:
void
// [dcl.ambig.res]p6:
void
// [dcl.ambig.res]p7:
;
void // expected-note{{candidate}}
int ;
void
void // expected-note{{previous}}
void // expected-error{{redefinition}}
;
int
void ;