Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / template / array2-2.C
blobdd3e7f0e265e20cba89e26056a809d444b8704dd
1 // { dg-do compile }
2 // { dg-options "-fabi-version=2" }
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];