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