diff options
Diffstat (limited to 'test/SemaObjC/attr-nodebug.m')
| -rw-r--r-- | test/SemaObjC/attr-nodebug.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/SemaObjC/attr-nodebug.m b/test/SemaObjC/attr-nodebug.m new file mode 100644 index 0000000000000..7cf8e6cfbc88a --- /dev/null +++ b/test/SemaObjC/attr-nodebug.m @@ -0,0 +1,5 @@ +// RUN: %clang_cc1 -fsyntax-only -verify %s +// expected-no-diagnostics +@interface NSObject +- (void)doSomething __attribute__((nodebug)); +@end |
