brintos

brintos / llvm-project-archived public Read only

0
0
Text · 177 B · c68c578 Raw
8 lines · plain
1// RUN: %clang_cc1  -fsyntax-only -verify %s2// expected-no-diagnostics3@interface foo 4+ (void) cx __attribute__((weak_import));5- (void) x __attribute__((weak_import));6@end7 8