1 2 3 4 5 6 7 8 9
/* PR tree-optimization/98256 */ unsigned a, b; int foo (void) { return !!(~a / b); }