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

foo(a,b)1 foo (a, b)
2 {
3   return (a - b) == 0;
4 }
5 
6