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