// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar: //6734520
void ; // expected-error {{'unavailable' attribute takes no more than 1 argument}}
int ; // expected-note {{'foo' has been explicitly marked unavailable here}}
double ; // expected-note 2 {{'dfoo' has been explicitly marked unavailable here}}
void ; // expected-note {{explicitly marked unavailable}}
int ; // expected-error {{'__unavailable__' attribute requires a string}}
int ;
void
char test2;
// rdar://9623855
void ;
void
// rdar://10201690
; // expected-note {{'foo' has been explicitly marked deprecated here}}
;
enum fee