summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp.cpp
blob: 8be4739a741bda81987d2e3ae2529e47f529fb93 (plain)
1
2
3
4
5
// RUN: clang-cc -fsyntax-only -verify %s


// p3
template<typename T> int foo(T), bar(T, T); // expected-error{{single entity}}