blob: 2bf6cc818ecf4f9ea7cf03a8d58710bce132c5b7 [file] [log] [blame]
//===--- re_fwd_decl.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 DeclaredInH;
DeclaredInH* use = 0;
/**** IWYU_SUMMARY
(tests/re_fwd_decl.h has correct #includes/fwd-decls)
***** IWYU_SUMMARY */