blob: 8be4739a741bda81987d2e3ae2529e47f529fb93 [file] [log] [blame]
Douglas Gregor1426e532009-05-12 21:31:51 +00001// RUN: clang-cc -fsyntax-only -verify %s
Douglas Gregor70913192009-05-12 21:43:46 +00002
3
4// p3
Douglas Gregor1426e532009-05-12 21:31:51 +00005template<typename T> int foo(T), bar(T, T); // expected-error{{single entity}}