OSDN Git Service

2007-07-25 Janis Johnson <janis187@us.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / unsorted / acc.c
1 foo (a)
2 {
3   int b = a + 1;
4   int c = (short) a;
5   if (b)
6     return b;
7   return 1;
8 }