1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
3
4 struct X { int i; } x;
5 void __GIMPLE foo (void)
6 {
7 bb_2:
8 x = _Literal (struct X) {};
9 return;
10 }
11