blob: d71cebf2c79a6e2252c0a9d393d5f329aebbdcac [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Fariborz Jahaniand4edddd2009-05-04 19:35:12 +00002@interface foo
3+ (void) cx __attribute__((weak_import));
4- (void) x __attribute__((weak_import));
5@end
6