summaryrefslogtreecommitdiffstats
path: root/tests/cxx/internal/internal_files.cc
blob: 2ce4cb96926cee248eecee4a34958fc672b28d08 (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
25
//===--- internal_files.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.
//
//===----------------------------------------------------------------------===//

// IWYU_ARGS: -I .

// Tests our handling of header files in /internal/.  In particular,
// if the only includers are outside the internal directory, make sure
// we don't map the internal include to <built-in>.

#include "tests/cxx/internal/private.h"

InternalStruct is;


/**** IWYU_SUMMARY

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

***** IWYU_SUMMARY */