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