Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / stmt-expr-1.c
blobfdd62528d46bc9415ce5ec9caa9e5b06b1b3e773
1 /* Test diagnostic for GNU extension: statement expressions. Test
2 with no special options. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "-std=gnu99" } */
7 int
8 f (void)
10 return ({ 1; });