aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/debug/20030605-1.c
blob: 548faaf5a20d2e2c789064150e2fa7db8a37d4a5 (plain)
1
2
3
4
5
6
7
/* Verify we don't ICE on statement-expressions.  */
/* { dg-do compile } */

void foo(void)
{
  char buf[({ 4; })];
}