// RUN: %clang_cc1 -std=c++1z -verify %s
void // expected-warning {{unknown attribute 'disable_tail_calls'}} expected-warning {{unknown attribute 'noduplicate'}}
void // ok
extern int n; // expected-error {{expected identifier}}
extern int n;
extern int n; // expected-error {{expected identifier}}
extern int n; // ok
extern int n; // expected-error {{attribute with scope specifier cannot follow}} expected-warning {{only applies to functions}}
extern int n; // expected-warning {{unknown attribute}}
extern int n; // expected-warning {{unknown attribute}}