blob: 9cfc2b000c01453b22026c62786cdf9a762a3151 [file] [log] [blame]
Richard Smith762bb9d2011-10-13 22:29:44 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
Sean Hunt7533a5b2010-11-03 01:07:06 +00002
3void foo (int operator+); // expected-error{{cannot be the name of a parameter}}