forked from OSchip/llvm-project
13 lines
198 B
PHP
13 lines
198 B
PHP
|
//-*- 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;
|