summaryrefslogtreecommitdiffstats
path: root/tests/driver/indirect.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/driver/indirect.h')
-rw-r--r--tests/driver/indirect.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/driver/indirect.h b/tests/driver/indirect.h
new file mode 100644
index 0000000..cc93fcb
--- /dev/null
+++ b/tests/driver/indirect.h
@@ -0,0 +1,17 @@
+//===--- indirect.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_DRIVER_INDIRECT_H_
+#define INCLUDE_WHAT_YOU_USE_TESTS_DRIVER_INDIRECT_H_
+
+struct Indirect {
+ int a;
+};
+
+#endif // INCLUDE_WHAT_YOU_USE_TESTS_DRIVER_INDIRECT_H_