aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noncompile/init-2.c
blob: 462e33219a0a8a52f71c14b221d9c98ae9896d4f (plain)
1
int d[][] = { {1}, {2}, {3} };	/* { dg-error "incomplete type" } */