3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Wolfgang Bangerth <bangerth@ticam.utexas.edu> 20 Feb 2003.
6 // PR c++/9778. Ensure templated functions in other namespaces are
7 // correctly instantiated.
10 template <int N> void foo ();
13 template <int N> struct X {