include-what-you-use/tests/cxx/catch-byptr.h

16 lines
529 B
C++

//===--- catch-byptr.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.
//
//===----------------------------------------------------------------------===//
#ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_CATCH_BYPTR_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_CXX_CATCH_BYPTR_H_
class CatchByPtr {};
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_CATCH_BYPTR_H_