aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/gronk.c
blob: c1bb767e576956e51039cf322c4624131da65e67 (plain)
1
2
3
4
5
6
7
8
test_opt (a, b)
     unsigned a, b;
{
  a = a / b;
  if (a == 0)
    a++;
  return a;
}