Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr14765-1.c
blobd2b341839cec43a4fb9cd3488d73338f41cbe9c6
1 /* Empty statement expressions should get void type. Bug 14765 from
2 Serge Belyshev <belyshev@lubercy.com>. */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 int a;
7 void fun ()
9 a = 0;
10 a = ({}); /* { dg-error "not ignored" "void stmt expr" } */