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