Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
SemaObjC
/
property-weak.m
blob: 2e5edbd5c506d64923f42255a196c770c67bb6fd [
file
] [
log
] [
blame
]
Mike Stump
862a2c5
2009-03-18 15:05:17 +0000
[
diff
] [
blame
]
1
// RUN: clang -triple i386-apple-darwin9 -fsyntax-only -verify %s
2
3
@interface
foo
4
@property
(
nonatomic
)
int
foo __attribute__
((
weak_import
));
5
@end