Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4d374d4a4832a01d5d3b75c59cb1567e60df41e7
/
.
/
test
/
SemaObjC
/
ignore-weakimport-method.m
blob: 369d9023acfbee3de9ea5c71e8f9482070575757 [
file
] [
log
] [
blame
]
Fariborz Jahanian
d4edddd
2009-05-04 19:35:12 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -fsyntax-only -verify %s
2
3
@interface
foo
4
+
(
void
)
cx __attribute__
((
weak_import
));
5
-
(
void
)
x __attribute__
((
weak_import
));
6
@end
7