(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
expr/
div-by-zero1.C
// PR c++/84938

const int &a = 1 / ~-1;		// { dg-warning "division by zero" }