aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr98256.c
blob: 44839c7b42a66bb22f9360fe6b22016d3acbf4a8 (plain)
1
2
3
4
5
6
7
8
9
/* PR tree-optimization/98256 */

unsigned a, b;

int
foo (void)
{
  return !!(~a / b);
}