1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
3 
foo()4 void __GIMPLE (startwith ("ccp1")) foo ()
5 {
6   return;
7 }
8