1 /* Test for labels in statement expressions: bugs 772 and 17913.
2 Test the particular case of bug 17913. */
4 /* Origin: Joseph Myers <joseph@codesourcery.com> */
5 /* { dg-do compile } */
6 /* { dg-options "-O2" } */
8 void f(void) { 1 ? 1 : ({ a
: 1; 1; }); goto a
; } /* { dg-error "error: jump into statement expression" } */