summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp.cpp
blob: 961b9c873ab8b22175afe9f0a0f26e6bef6ba5dd (plain)
1
2
3
4
5
// RUN: %clang_cc1 -fsyntax-only -verify %s


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