// RUN: %clang_cc1 -verify=expected,enabled -emit-codegen-only %s
// RUN: %clang_cc1 -verify -emit-codegen-only -Wno-attribute-warning %s
void ;
void ;
int
void ;
void ;
// expected-warning {{attribute 'error' is already applied with different arguments}}
void // expected-note@-1 {{previous attribute is here}}
;
// expected-warning {{attribute 'warning' is already applied with different arguments}}
void // expected-note@-1 {{previous attribute is here}}
;
void