1 2 3 4 5 6 7
/* Verify we don't ICE on statement-expressions. */ /* { dg-do compile } */ void foo(void) { char buf[({ 4; })]; }