blob: 7b1515f89ac9925e101e8261276f2855ba8da04b [file] [log] [blame]
/* Test for labels in statement expressions: bugs 772 and 17913.
Test the particular case of bug 17913. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do compile } */
/* { dg-options "-O2" } */
void f(void) { 1 ? 1 : ({ a : 1; 1; }); goto a; } /* { dg-error "jump into statement expression" } */