Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / using14.C
blobc953bccc21dc1890f41d5787645759a212d6690e
1 // PR c++/21784
2 // { dg-options "" }
4 namespace mine
6   int cpow;
9 using mine::cpow;