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