freebsd-dev/test/SemaTemplate/temp.cpp

6 lines
129 B
C++
Raw Normal View History

2009-06-02 17:58:47 +00:00
// RUN: clang-cc -fsyntax-only -verify %s
// p3
template<typename T> int foo(T), bar(T, T); // expected-error{{single entity}}