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

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