summaryrefslogtreecommitdiffstats
path: root/tests/cxx/export_nesting.cc
blob: 4fa488b6f34885e2468385749d9c0f003f660e6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//===--- export_nesting.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.
//
//===----------------------------------------------------------------------===//

#include "tests/cxx/export_nesting.h"

Nested_Enum x;

/**** IWYU_SUMMARY

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

***** IWYU_SUMMARY */