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