blob: 2e4e1f0044fd0ec23f09ec4721a66beb21436f9f [file] [log] [blame]
// RUN: clang -cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
@interface foo
@property(nonatomic) int foo __attribute__((weak_import));
@end