forked from OSchip/llvm-project
3 lines
121 B
C++
3 lines
121 B
C++
|
// RUN: clang-cc -fsyntax-only -verify %s
|
||
|
template<typename T> int foo(T), bar(T, T); // expected-error{{single entity}}
|