Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
af8fa25c0d4e0540952a50bbd06dc1558954ccd9
/
.
/
test
/
SemaObjC
/
property-weak.m
blob: a4397a684fc0d12630df8e4862eb0c4a5347761c [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
@interface
foo
@property
(
nonatomic
)
int
foo __attribute__
((
weak_import
));
@end