Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f249bf3b9f8bd3af711ffe9de411fc435871a4f6
/
.
/
test
/
SemaCXX
/
PR8012.cpp
blob: f2f07ad36400dcda924ce0fcc8cb02eb9d420c5f [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x
void
foo
(
int
operator
+);
// expected-error{{cannot be the name of a parameter}}