aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/string_names/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/string_names/sub.h')
-rw-r--r--test/Modules/Inputs/string_names/sub.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/string_names/sub.h b/test/Modules/Inputs/string_names/sub.h
new file mode 100644
index 000000000000..64b9112d3e6c
--- /dev/null
+++ b/test/Modules/Inputs/string_names/sub.h
@@ -0,0 +1,4 @@
+#ifndef SUB_H
+#define SUB_H
+const int sub = 2;
+#endif