OSDN Git Service

2008-07-28 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / 20030605-1.c
1 /* Verify we don't ICE on statement-expressions.  */
2 /* { dg-do compile } */
3
4 void foo(void)
5 {
6   char buf[({ 4; })];
7 }