// RUN: %clang_cc1 -fsyntax-only -verify %s
void
void
int g0 ; // expected-warning {{'disable_tail_calls' attribute only applies to functions and Objective-C methods}}
int ; // expected-error {{'disable_tail_calls' attribute takes no arguments}}
void ; // expected-note {{conflicting attribute is here}}
void ; // expected-error {{'disable_tail_calls' and 'naked' attributes are not compatible}}
void ; // expected-note {{conflicting attribute is here}}
void ; // expected-error {{'naked' and 'disable_tail_calls' attributes are not compatible}}