summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/odr_hash-Friend/M3.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/odr_hash-Friend/M3.h')
-rw-r--r--clang/test/Modules/Inputs/odr_hash-Friend/M3.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/odr_hash-Friend/M3.h b/clang/test/Modules/Inputs/odr_hash-Friend/M3.h
new file mode 100644
index 00000000000..ab457e0c08f
--- /dev/null
+++ b/clang/test/Modules/Inputs/odr_hash-Friend/M3.h
@@ -0,0 +1,7 @@
+#include "Box.h"
+#include "M2.h"
+
+void Party() {
+ Box<> Present;
+ Present.test();
+}
OpenPOWER on IntegriCloud