blob: cac91e57d3c73ee3144ca41bdc52c04f25b13eaa [file]
short s;
int
foo()
{
s %= 0; /* { dg-warning "division by zero" } */
return s > 0;
}