summaryrefslogtreecommitdiffstats
path: root/tests/cxx/self_include.cc
blob: 883883a91ca7c28a031fa731eee2ffb5ebb9d497 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//===--- self_include.cc - 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.
//
//===----------------------------------------------------------------------===//

// Tests that we don't crash when a file includes itself.

#ifndef SEEN
#define SEEN

#include "tests/cxx/self_include.cc"

#endif


/**** IWYU_SUMMARY

(tests/cxx/self_include.cc has correct #includes/fwd-decls)

***** IWYU_SUMMARY */