2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / debug / 20030605-1.c
blob548faaf5a20d2e2c789064150e2fa7db8a37d4a5
1 /* Verify we don't ICE on statement-expressions. */
2 /* { dg-do compile } */
4 void foo(void)
6 char buf[({ 4; })];