aboutsummaryrefslogtreecommitdiff
path: root/test/Coverage/cxx-language-features.inc
blob: 92c9fd6f27ca7d981cbb86c237337afcfea19c63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//-*- C++ -*-

// Intended to exercise all syntactic parts of the C++ language that
// aren't part of C.

namespace std {
  namespace debug {
  }
}

using namespace std::debug;
using namespace std;