FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / using6.C
blobb770950cc642ee4c56984d3893857254e2835390
1 //Build don't link:
2 #include <vector>
4 namespace csp {
5     using namespace std;
6     struct X {
7         vector<int> v;
8     };