No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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; })];