1 // PR debug/31899
2 
3 namespace NS {
4   int x = 0;
5   int &ref = x;
6 }
7 
8 using NS::ref;
9