FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / g.c
blobe00f1244fc404ccfb187b2138e20530dfc9cd9fd
1 foo (a, b)
2 long long a, b;
5 if (a == b)
6 return 0;
7 else
8 return 1;