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