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

foo(a)1 foo (a)
2 {
3   if (a & 38)
4     return 1;
5   return 0;
6 }
7