// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -verify -fsyntax-only -std=c++11 -fms-extensions %s
int a1 ; // expected-error{{'deprecated' attribute takes no more than 1 argument}}
int a2 ; // expected-error{{'deprecated' attribute takes no more than 1 argument}}
int b1 ; // expected-error{{'deprecated' attribute takes no more than 1 argument}}
int b2 ; // expected-error{{'deprecated' attribute takes no more than 1 argument}}
__declspec int c1; // expected-error{{'deprecated' attribute takes no more than 1 argument}}
__declspec int c2; // expected-error{{'deprecated' attribute takes no more than 1 argument}}
int d1 ;
int d2 ; // expected-error{{'deprecated' attribute requires a string}}