1 // RUN: clang-cc -fsyntax-only -verify %s
2 
3 
4 // p3
5 template<typename T> int foo(T), bar(T, T); // expected-error{{single entity}}
6