1 2 3 4 5 6 7
// RUN: clang -cc1 -fsyntax-only -verify %s @interface foo + (void) cx __attribute__((weak_import)); - (void) x __attribute__((weak_import)); @end