Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
30ecfad3af057bff74d1c98099eda0677525574e
/
.
/
test
/
Driver
/
objc-cpp-output.m
blob: 6d974838c1507614fb4b5b2cb8f91d24a859e364 [
file
] [
log
] [
blame
]
Nico Weber
cc52a06
2011-08-13 23:13:37 +0000
[
diff
] [
blame
]
1
// RUN: %clang -x objc-cpp-output -c %s -o /dev/null
2
3
// Should compile without errors
4
@protocol
P
5
-
(
void
)
m
;
6
@end
7
void
f
()
{}