blob: 369d9023acfbee3de9ea5c71e8f9482070575757 [file] [log] [blame]
Fariborz Jahaniand4edddd2009-05-04 19:35:12 +00001// RUN: clang-cc -fsyntax-only -verify %s
2
3@interface foo
4+ (void) cx __attribute__((weak_import));
5- (void) x __attribute__((weak_import));
6@end
7