blob: 12d5e5ea7051cb7ebb23d35936f87990bdedce6e [file] [log] [blame]
int foo (int a, int b, int c, int d)
{
return ~a & ~b & ~c & ~d;
}