Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr35171.c
blob3f7ef2ccacb095b3c9a999fdef28506496048e26
1 int f(int a, int b, short c, int d, short e)
3 int i;
4 for (i = 1; i <= 2 ; i++) {
5 c -= 4;
6 a = c;
7 d = d + (b?b:e);
9 return a + d;