blob: 39ec2c4e4d2d93d5511347ebc803565f9f10a308 [file] [log] [blame]
/* APPLE LOCAL file weak_import on property 6676828 */
/* Ignore weak_import on properties. */
/* Radar 6676828 */
/* { dg-do compile { target *-*-darwin* } } */
@interface foo
@property(nonatomic) int foo __attribute__((weak_import));
@end