First version committed to git
[zpugcc/jano.git] / toolchain / gcc / 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;