blob: bdc1d83d7dff5e3c80b36704de4b7e5a1fa04760 [file] [log] [blame]
//===--- 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 { };
}