summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-35.c
blob: 80ee75cf2cd90e42deba5f1dc52af6f302401481 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-fgimple" } */

struct X { int i; } x;
void __GIMPLE foo (void)
{
bb_2:
  x = _Literal (struct X) {};
  return;
}