blob: 2e5edbd5c506d64923f42255a196c770c67bb6fd [file] [log] [blame]
Mike Stump862a2c52009-03-18 15:05:17 +00001// RUN: clang -triple i386-apple-darwin9 -fsyntax-only -verify %s
2
3@interface foo
4@property(nonatomic) int foo __attribute__((weak_import));
5@end