// RUN: %clang_cc1 -fsyntax-only -verify %s
void
// expected-note {{previous attribute is here}}
void ;
void ;
// expected-error {{visibility does not match previous declaration}}
void
; // expected-warning {{attribute 'visibility' after definition is ignored}}