hanchenye-llvm-project/clang/test/SemaObjC/ignore-weakimport-method.m

8 lines
151 B
Objective-C

// RUN: %clang_cc1 -fsyntax-only -verify %s
@interface foo
+ (void) cx __attribute__((weak_import));
- (void) x __attribute__((weak_import));
@end