OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / init-2.c
1 int d[][] = { {1}, {2}, {3} };  /* { dg-error "incomplete element type" } */