blob: 237ba84d5263a6d69788ad2154ffef0309e82b60 [file] [log] [blame]
// PR c++/84171
// { dg-options "-Wsign-compare" }
bool foo (char c)
{
const int i = 0 = 0; // { dg-error "lvalue" }
return c = i;
} // { dg-warning "control reaches" }