aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/expr/div-by-zero1.C
blob: 63bef406408308fa917dc7facea9514f36ebaec9 (plain)
1
2
3
// PR c++/84938

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