2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / init / ref1.C
blob12caff2d0ed3a6232346b69ed532f5fd1b64fa88
1 void f(void)
3   short x = 0;
4   const int &y = x;