blob: f2f07ad36400dcda924ce0fcc8cb02eb9d420c5f [file] [log] [blame]
Sean Hunt7533a5b2010-11-03 01:07:06 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x
2
3void foo (int operator+); // expected-error{{cannot be the name of a parameter}}