OSDN Git Service

PR c++/47277
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / init / ref13.C
1 // PR c++/28338
2
3 void foo()
4 {
5   { static const int& i = 0; }
6   { static const int& i = 0; }
7 }