blob: 3963d02d3bfbf1a21cf11a56a4efa4d965b9c89a [file] [log] [blame]
// P2169R4 - A nice placeholder with no name
// { dg-do compile { target c++11 } }
// { dg-options "" }
void
foo ()
{
extern int _;
extern int _;
++_;
int _; // { dg-warning "name-independent declarations only available with" "" { target c++23_down } }
}