Home | History | Annotate | Download | only in SemaObjC
      1 // RUN: %clang_cc1  -fsyntax-only -verify %s
      2 @interface foo 
      3 + (void) cx __attribute__((weak_import));
      4 - (void) x __attribute__((weak_import));
      5 @end
      6 
      7