rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20040216-1.c

5 lines
69 B
C

int foo (int a, int b, int c, int d)
{
return ~a & ~b & ~c & ~d;
}