summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/preprocess/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/preprocess/file.h')
-rw-r--r--test/Modules/Inputs/preprocess/file.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Modules/Inputs/preprocess/file.h b/test/Modules/Inputs/preprocess/file.h
index 808ade5768b1..84cf22a33740 100644
--- a/test/Modules/Inputs/preprocess/file.h
+++ b/test/Modules/Inputs/preprocess/file.h
@@ -1,3 +1,9 @@
+#include "other.h"
+
+#ifndef FILE_H
+#define FILE_H
struct __FILE;
#include "fwd.h"
typedef struct __FILE FILE;
+typedef foo bar;
+#endif