
Makes the name of this directory consistent with the names of the other directories in clang-tools-extra. Differential Revision: https://reviews.llvm.org/D59382 llvm-svn: 356254
6 lines
56 B
C++
6 lines
56 B
C++
namespace std {
|
|
class STD {};
|
|
}
|
|
|
|
using namespace std;
|