// RUN: %clang_cc1 -fsyntax-only -verify %s
;
int &
void
void
; // expected-error{{after instantiation}}
int X0<int>::member = 17; // expected-error{{after instantiation}}
; // expected-error{{after instantiation}}
// Example from the standard
;
void
;
void
void ; // // expected-error{{after instantiation}}
void ; // OK: sort<char*> not yet used