rt_gccstream/gcc/testsuite/gcc.dg/compound-literal-1.c

10 lines
115 B
C

/* { dg-do compile } */
/* PR c/43248 */
int foo(__SIZE_TYPE__ i)
{
i ? : (void *){}; /* { dg-error "" } */
}