aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/xi.c
blob: 54b42c5a3777b259ff47d1b6d551d1b48c057054 (plain)
1
2
3
4
5
6
7
foo (a)
{
  int r = 0;
  if (a)
    r = 1;
  return r;
}