1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 12 Oct 2005 <nathan@codesourcery.com>
5 // Origin: Volker Reichelt <reichelt@gcc.gnu.org>
7 template<typename T> void unique(T,T);
14 template<int> void foo()
16 unique(A().begin); // { dg-error "invalid use of non-static member function" }