2009-12-16 04:14:24 +08:00
|
|
|
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
2012-10-19 20:44:48 +08:00
|
|
|
// expected-no-diagnostics
|
2009-05-05 03:35:12 +08:00
|
|
|
@interface foo
|
|
|
|
+ (void) cx __attribute__((weak_import));
|
|
|
|
- (void) x __attribute__((weak_import));
|
|
|
|
@end
|
|
|
|
|