2009-12-16 04:14:24 +08:00
|
|
|
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
|
2012-10-19 20:44:48 +08:00
|
|
|
// expected-no-diagnostics
|
2009-03-18 23:05:17 +08:00
|
|
|
|
|
|
|
@interface foo
|
|
|
|
@property(nonatomic) int foo __attribute__((weak_import));
|
|
|
|
@end
|