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

15 lines
471 B
C++

//===--- system_namespaces-d2.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 __gnu_cxx {
class SystemClass { };
}