brintos

brintos / llvm-project-archived public Read only

0
0
Text · 142 B · 7cf8e6c Raw
6 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify %s2// expected-no-diagnostics3@interface NSObject4- (void)doSomething __attribute__((nodebug));5@end6