aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2002-07-16-HardStringInit.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CFrontend/2002-07-16-HardStringInit.c b/test/CFrontend/2002-07-16-HardStringInit.c
new file mode 100644
index 0000000..81a7bad
--- /dev/null
+++ b/test/CFrontend/2002-07-16-HardStringInit.c
@@ -0,0 +1,6 @@
+ char auto_kibitz_list[100][20] = {
+ {"diepx"},
+ {"ferret"},
+ {"knightc"},
+ {"knightcap"}};
+