1*67e74705SXin Li// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s 2*67e74705SXin Li// expected-no-diagnostics 3*67e74705SXin Li 4*67e74705SXin Li@interface foo 5*67e74705SXin Li@property(nonatomic) int foo __attribute__((weak_import)); 6*67e74705SXin Li@end 7