OSDN Git Service

PR c++/29175
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / init / ref1.C
1 void f(void)
2 {
3   short x = 0;
4   const int &y = x;
5 }