include-what-you-use/tests/cxx/using_aliased_symbol-declare.h

16 lines
444 B
C++

//===--- using_aliased_symbol-declare.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.
//
//===----------------------------------------------------------------------===//
class IndirectClass;
namespace ns {
void symbol();
typedef IndirectClass Typedef;
} // namespace ns