summaryrefslogtreecommitdiff
path: root/test/CFrontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-16 05:38:33 +0000
committerChris Lattner <sabre@nondot.org>2002-07-16 05:38:33 +0000
commitc5debd4337ef218c9e6175adec84adc5e6a2aaa8 (patch)
tree5d3c3ae10241d764e3f70ce653b7f84828fdf3c2 /test/CFrontend
parent3edfb64902ea87ec9cb639ba9ebf28d1b1a7b039 (diff)
downloadllvm-c5debd4337ef218c9e6175adec84adc5e6a2aaa8.tar.gz
llvm-c5debd4337ef218c9e6175adec84adc5e6a2aaa8.tar.bz2
llvm-c5debd4337ef218c9e6175adec84adc5e6a2aaa8.tar.xz
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2918 91177308-0d34-0410-b5e6-96231b3b80d8
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 0000000000..81a7bad403
--- /dev/null
+++ b/test/CFrontend/2002-07-16-HardStringInit.c
@@ -0,0 +1,6 @@
+ char auto_kibitz_list[100][20] = {
+ {"diepx"},
+ {"ferret"},
+ {"knightc"},
+ {"knightcap"}};
+