aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/stress1/m01.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/stress1/m01.h')
-rw-r--r--test/Modules/Inputs/stress1/m01.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Modules/Inputs/stress1/m01.h b/test/Modules/Inputs/stress1/m01.h
new file mode 100644
index 000000000000..23a3d4b289f6
--- /dev/null
+++ b/test/Modules/Inputs/stress1/m01.h
@@ -0,0 +1,10 @@
+#ifndef STRESS1_M01_H
+#define STRESS1_M01_H
+
+#include "common.h"
+
+// Trigger the use of special members for a class this is also defined in other
+// modules.
+inline N00::S01 m01_special_members() { return N00::S01(); }
+
+#endif