summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/temp.cpp
blob: bd37cc668b1c71a3a4bdb0661f8e5af97211c00c (plain)
1
2
// RUN: clang-cc -fsyntax-only -verify %s
template<typename T> int foo(T), bar(T, T); // expected-error{{single entity}}
OpenPOWER on IntegriCloud