PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / debug / using3.C
blobdf3e3dfa3a180139bbafd1179ec02ae4f8c7531f
1 // PR debug/31899
3 namespace NS {
4   int x = 0;
5   int &ref = x;
8 using NS::ref;