summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/odr_hash-Friend/M1.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/odr_hash-Friend/M1.h')
-rw-r--r--test/Modules/Inputs/odr_hash-Friend/M1.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Modules/Inputs/odr_hash-Friend/M1.h b/test/Modules/Inputs/odr_hash-Friend/M1.h
new file mode 100644
index 0000000000000..202ad06c3488c
--- /dev/null
+++ b/test/Modules/Inputs/odr_hash-Friend/M1.h
@@ -0,0 +1,6 @@
+#include "Box.h"
+
+void Peek() {
+ Box<> Gift;
+ Gift.test();
+}