blob: 58a3f642bc34dfc7dbcd9d7f1498fb4af8c6c21c [file] [log] [blame]
/* PR middle-end/14203 */
/* { dg-do compile } */
/* { dg-options "-Wall" } */
void foo()
{
if (false)
if (int i=0) // { dg-warning "unused" "" }
int j=0; // { dg-warning "unused" "" }
}