Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fsyntax-only -verify %s |
Anders Carlsson | ef048ef | 2008-08-23 21:00:01 +0000 | [diff] [blame] | 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 |