pr26961-1.c   [plain text]


/* { dg-do compile } */
/* { dg-options "-O2" } */

long long foo(int i, int j)
{
  return i ? (long long)(!j) : 0;
}