summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-weak.m
blob: 2e4e1f0044fd0ec23f09ec4721a66beb21436f9f (plain)
1
2
3
4
5
// RUN: clang -cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s

@interface foo
@property(nonatomic) int foo __attribute__((weak_import));
@end