2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / gronk.c
blobc1bb767e576956e51039cf322c4624131da65e67
1 test_opt (a, b)
2 unsigned a, b;
4 a = a / b;
5 if (a == 0)
6 a++;
7 return a;