include-what-you-use/tests/system_namespaces-d3.h

15 lines
490 B
C++

//===--- system_namespaces-d3.h - test input file for iwyu ----------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// We're not supposed to define anything in std, but we do anyway for this test.
namespace notsys_ns {
template <typename T> class TplClass { };
}