blob: 961b9c873ab8b22175afe9f0a0f26e6bef6ba5dd [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Douglas Gregor70913192009-05-12 21:43:46 +00002
3
4// p3
Douglas Gregor1426e532009-05-12 21:31:51 +00005template<typename T> int foo(T), bar(T, T); // expected-error{{single entity}}