3 // Copyright (C) 2002 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 13 Sep 2002 <nathan@codesourcery.com>
6 template <typename T> int Foo (T const *)
10 template <typename T> int Foo (T const &)
14 template <typename T, __SIZE_TYPE__ I> int Foo (T const (&ref)[I])
21 static int array[4] = {};