1 2 3 4 5 6 7 8 9
/* PR c/94686 */ int a = 0, b = 0; int foo (void) { return (int) (long) (b * 0 >= a & b * 0 >= a); }