diff options
Diffstat (limited to 'test/SemaObjCXX/reserved-keyword-selectors.mm')
-rw-r--r-- | test/SemaObjCXX/reserved-keyword-selectors.mm | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/test/SemaObjCXX/reserved-keyword-selectors.mm b/test/SemaObjCXX/reserved-keyword-selectors.mm deleted file mode 100644 index 3c4bef5..0000000 --- a/test/SemaObjCXX/reserved-keyword-selectors.mm +++ /dev/null @@ -1,35 +0,0 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s - -@interface A -- (void)asm; -- (void)bool; -- (void)catch; -- (void)class; -- (void)const_cast; -- (void)delete; -- (void)dynamic_cast; -- (void)explicit; -- (void)export; -- (void)false; -- (void)friend; -- (void)mutable; -- (void)namespace; -- (void)new; -- (void)operator; -- (void)private; -- (void)protected; -- (void)public; -- (void)reinterpret_cast; -- (void)static_cast; -- (void)template; -- (void)this; -- (void)throw; -- (void)true; -- (void)try; -- (void)typename; -- (void)typeid; -- (void)using; -- (void)virtual; -- (void)wchar_t; -@end - |