aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/acc.c
blob: a4a027a5fce386324bb1252b861a9e79a984de04 (plain)
1
2
3
4
5
6
7
8
foo (a)
{
  int b = a + 1;
  int c = (short) a;
  if (b)
    return b;
  return 1;
}