8sa1-gcc/gcc/testsuite/gcc.c-torture/unsorted/gronk.c

9 lines
88 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
test_opt (a, b)
unsigned a, b;
{
a = a / b;
if (a == 0)
a++;
return a;
}