Sign in
ara-mdk
/
platform
/
external
/
clang
/
f72663fc962c1c27a4793ebd3d2e3d81a4f4e984
/
.
/
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}}