Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / template / array2-1.C
blob2980a1fd186e90f636e63f4d78b4c6739c53bb8f
1 // { dg-do compile }
2 // { dg-options "-fabi-version=1" }
4 // Copyright (C) 2003 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 29 Dec 2003 <nathan@codesourcery.com>
7 // PR c++/13494. ICE
9 template<typename T>
10 int foo(int d[][4])
12   return d[0][0];