Fortran: Suppress wrong End Of File error with user defined IO.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / andsparc.c
blob5b564735371124d7d9fc918f077f379d6b6099f0
1 int
2 foo (int *p)
4 int a, b;
6 a = 123456;
7 a += p[0];
8 b = p[0];
9 if (a == 0)
10 return b;
11 return 1;