Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
862a2c55c45ffcb0fa3dfa6b8d3dee8d30e305cf
/
.
/
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