No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / template / overload6.C
blob478b466394ad6dab21b3c95bcc5821a2451e5fae
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 12 Oct 2005 <nathan@codesourcery.com>
4 // PR 21592:ICE
5 // Origin:  Volker Reichelt <reichelt@gcc.gnu.org>
7 template<typename T> void unique(T,T);
9 struct A
11   int begin();
14 template<int> void foo()
16   unique(A().begin); // { dg-error "no matching function" "" }