brintos

brintos / llvm-project-archived public Read only

0
0
Text · 148 B · 0a43af7 Raw
4 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++112 3void foo(int operator+); // expected-error{{'operator+' cannot be the name of a parameter}}4