1 /* { dg-options "-O -fgimple" } */
2 
__GIMPLE()3 int __GIMPLE ()
4 p (int n)
5 {
6   int _2;
7   _2 = n_1(D) != 0 ? 2 : 0;
8   return _2;
9 }
10