1 2 3 4 5 6 7 8
/* { dg-do compile } */ /* { dg-options "-O2" } */ long long foo(int i, int j) { return i ? (long long)(!j) : 0; }