Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaObjC / attr-nodebug.m
blob7cf8e6cfbc88ae7dc88d8040e27e8db6a52fb3ee
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
3 @interface NSObject
4 - (void)doSomething __attribute__((nodebug));
5 @end