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