llvm-project/clang/test/Coverage/cxx-language-features.inc

13 lines
198 B
PHP
Raw Normal View History

//-*- 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;