xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/g.c (revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)

foo(a,b)1 foo (a, b)
2      long long a, b;
3 
4 {
5   if (a == b)
6     return 0;
7   else
8     return 1;
9 }
10