summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/using4.C
blob: 72332f13e7a8238ce180f615820f216b59bc1151 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
//Build don't link
#include <vector>
namespace csp {
using namespace std::vector;  // { dg-error "" } vector is not a namespace
}