blob: 79f747fe8a19cc7039962127a92aa9e9e70a620c [file] [log] [blame]
Anders Carlssonef048ef2008-08-23 21:00:01 +00001// RUN: clang -fsyntax-only -verify %s
2
3@interface A
4- (void)asm;
5- (void)bool;
6- (void)catch;
7- (void)class;
8- (void)const_cast;
9- (void)delete;
10- (void)dynamic_cast;
11- (void)explicit;
12- (void)export;
13- (void)false;
14- (void)friend;
15- (void)mutable;
16- (void)namespace;
17- (void)new;
18- (void)operator;
19- (void)private;
20- (void)protected;
21- (void)public;
22- (void)reinterpret_cast;
23- (void)static_cast;
24- (void)template;
25- (void)this;
26- (void)throw;
27- (void)true;
28- (void)try;
29- (void)typename;
30- (void)typeid;
31- (void)using;
32- (void)virtual;
33- (void)wchar_t;
34@end
35