summaryrefslogtreecommitdiff
path: root/test/strings2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/strings2.h')
-rw-r--r--test/strings2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/strings2.h b/test/strings2.h
new file mode 100644
index 0000000..1cf0ce9
--- /dev/null
+++ b/test/strings2.h
@@ -0,0 +1,9 @@
+#ifndef _STRINGS1_H
+#define _STRINGS1_H
+
+struct strs
+{
+ int cs;
+};
+
+#endif