Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f6c56e2323c3f973253805a2f35629f3253ebed4
/
.
/
test
/
SemaObjC
/
ignore-weakimport-method.m
blob: 369d9023acfbee3de9ea5c71e8f9482070575757 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only -verify %s
@interface
foo
+
(
void
)
cx __attribute__
((
weak_import
));
-
(
void
)
x __attribute__
((
weak_import
));
@end