1 2 3 4 5 6 7
// PR c++/28338 void foo() { { static const int& i = 0; } { static const int& i = 0; } }