blob: bb6d04da2a082193e2bc9d0f190927bd0dda9bc3 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -verify -fsyntax-only %s
Daniel Dunbar246e70f2008-09-26 04:48:09 +00002
3__attribute__((deprecated)) @class B; // expected-error {{prefix attribute must be followed by an interface or protocol}}
4
5__attribute__((deprecated)) @interface A @end
6__attribute__((deprecated)) @protocol P0;
7__attribute__((deprecated)) @protocol P1
8@end