OSDN Git Service

* gcc.dg/dfp/func-array.c: Support -DDBG to report individual failures.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / init-bad-5.c
1 /* PR c/28136 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 int i = (struct A[]) {};  /* { dg-error "incomplete|empty|initialization" } */