blob: 92c9fd6f27ca7d981cbb86c237337afcfea19c63 [file] [log] [blame]
Douglas Gregor8419fa32009-05-30 06:31:56 +00001//-*- C++ -*-
2
3// Intended to exercise all syntactic parts of the C++ language that
4// aren't part of C.
5
6namespace std {
7 namespace debug {
8 }
9}
10
11using namespace std::debug;
12using namespace std;