include-what-you-use/tests/cxx/typedefs_and_resugaring-d1.h

13 lines
397 B
C++

//===--- typedefs_and_resugaring-d1.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;
typedef IndirectClass MyTypedef;