summaryrefslogtreecommitdiff
path: root/test/SemaObjC/attr-nodebug.m
blob: 7cf8e6cfbc88ae7dc88d8040e27e8db6a52fb3ee (plain)
1
2
3
4
5
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
@interface NSObject
- (void)doSomething __attribute__((nodebug));
@end