blob: c68c57830a9ad191c04ee86f2f73e8860882d9bf [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Fariborz Jahaniand4edddd2009-05-04 19:35:12 +00003@interface foo
4+ (void) cx __attribute__((weak_import));
5- (void) x __attribute__((weak_import));
6@end
7