aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/private1/private1.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/private1/private1.h')
-rw-r--r--test/Modules/Inputs/private1/private1.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Modules/Inputs/private1/private1.h b/test/Modules/Inputs/private1/private1.h
new file mode 100644
index 000000000000..3f41cc0181d5
--- /dev/null
+++ b/test/Modules/Inputs/private1/private1.h
@@ -0,0 +1,9 @@
+#ifndef PRIVATE1_H
+#define PRIVATE1_H
+
+#include "common.h"
+
+struct mitts_off1 { common field; };
+struct mitts_off1 hidden_variable1;
+
+#endif