Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / overload / koenig2.C
blobf35aa1a31b63fb79f49347e796db5854c24a7013
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 18 Oct 2005 <nathan@codesourcery.com>
4 // PR 21383
5 // Origin: Matthew Hall <mahall@ncsa.uiuc.edu>
7 template <class T>
8 void dummy(T& t);
10 void anyfunc(int x);
12 void Foo ()
14   anyfunc (&dummy<>); // { dg-error "cannot resolve overload" "" }