blob: 198fe9698749806e2f708a5d3f64582c35ace9c0 [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" }
}