1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple" } */
3
4 void __GIMPLE (startwith ("ccp1")) foo ()
5 {
6 int a;
7 int b;
8 a = b + 2;
9 return;
10 }
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple" } */
3
4 void __GIMPLE (startwith ("ccp1")) foo ()
5 {
6 int a;
7 int b;
8 a = b + 2;
9 return;
10 }