// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
int ;
;
;
void // expected-error{{'internal_linkage' attribute does not appear on the first declaration}}
int A::zz; // expected-error{{'internal_linkage' attribute does not appear on the first declaration}}
int // expected-error{{'internal_linkage' attribute takes no arguments}}
int
;
int A::y;
void
void