]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr93576.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr93576.c
1 /* PR c/93576 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 void
6 foo (void)
7 {
8 int b[] = { 0 };
9 (char (*)[(1, 7, 2)]) 0;
10 }