aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/macro-hiding/e2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/macro-hiding/e2.h')
-rw-r--r--test/Modules/Inputs/macro-hiding/e2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/macro-hiding/e2.h b/test/Modules/Inputs/macro-hiding/e2.h
new file mode 100644
index 000000000000..f3a49c70aeae
--- /dev/null
+++ b/test/Modules/Inputs/macro-hiding/e2.h
@@ -0,0 +1,2 @@
+#include "a1.h"
+inline void e1() { assert(true); }