// RUN: %clang_cc1 -fsyntax-only -verify %s
// Don't verify unused attributes.
// Ensure we only report any errors once.
void ; // expected-note {{when applied to this declaration}}
void ; // expected-note {{when applied to this declaration}}
void ; // expected-note 2 {{when applied to this declaration}}
void ; // expected-note 2 {{when applied to this declaration}}
// Verify that the warnings are reported for each receiver declaration
void // expected-warning {{'always_inline' attribute ignored}}
// expected-note@-1 {{when applied to this declaration}}
void
void // expected-warning {{'always_inline' attribute ignored}}
// expected-note@-1 {{when applied to this declaration}}
void ; // expected-note 2 {{when applied to this declaration}}
void ; // expected-note {{when applied to this declaration}}
void ; // expected-note 2 {{when applied to this declaration}}
void ;