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