// RUN: %clang_cc1 -fsyntax-only -verify %s
int ; // expected-error{{'always_inline' and 'not_tail_called' attributes are not compatible}} \
// expected-note{{conflicting attribute is here}}
int ; // expected-error{{'not_tail_called' and 'always_inline' attributes are not compatible}} \
// expected-note{{conflicting attribute is here}}
int
int g0 ; // expected-warning {{'not_tail_called' attribute only applies to functions}}
int ; // expected-error {{'not_tail_called' attribute takes no arguments}}