Fortran: Suppress wrong End Of File error with user defined IO.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / gronk.c
blob222b3d3464056197579355a45f200e3dec47e129
1 /* { dg-additional-options "-std=gnu89" } */
3 test_opt (a, b)
4 unsigned a, b;
6 a = a / b;
7 if (a == 0)
8 a++;
9 return a;