Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fsyntax-only -verify %s |
Douglas Gregor | 7091319 | 2009-05-12 21:43:46 +0000 | [diff] [blame] | 2 | |
3 | |||||
4 | // p3 | ||||
Douglas Gregor | 1426e53 | 2009-05-12 21:31:51 +0000 | [diff] [blame] | 5 | template<typename T> int foo(T), bar(T, T); // expected-error{{single entity}} |