Home | History | Annotate | Download | only in SemaObjC
      1 // RUN: %clang_cc1 -fsyntax-only -verify %s
      2 // expected-no-diagnostics
      3 @interface NSObject
      4 - (void)doSomething __attribute__((nodebug));
      5 @end
      6