gcc/gcc/testsuite/gcc.dg/gimplefe-35.c

12 lines
156 B
C

/* { dg-do compile } */
/* { dg-options "-fgimple" } */
struct X { int i; } x;
void __GIMPLE foo (void)
{
bb_2:
x = _Literal (struct X) {};
return;
}