summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/private1/public1.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/private1/public1.h')
-rw-r--r--test/Modules/Inputs/private1/public1.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Modules/Inputs/private1/public1.h b/test/Modules/Inputs/private1/public1.h
new file mode 100644
index 0000000..3af596a
--- /dev/null
+++ b/test/Modules/Inputs/private1/public1.h
@@ -0,0 +1,9 @@
+#ifndef PUBLIC1_H
+#define PUBLIC1_H
+
+#include "private1.h"
+
+struct use_this1 { struct mitts_off1 field; };
+struct use_this1 public_variable1;
+
+#endif
OpenPOWER on IntegriCloud