blob: f745e443cf1e3ad31f757890ee97d3bf3903b252 [file] [log] [blame]
// RUN: clang -cc1 -fsyntax-only -verify %s
@interface foo
+ (void) cx __attribute__((weak_import));
- (void) x __attribute__((weak_import));
@end