aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-15 17:14:32 +0000
committerChris Lattner <sabre@nondot.org>2002-12-15 17:14:32 +0000
commit1765b5dbcfbc6b4d38a861de67b78b314d9b9478 (patch)
tree77c80ac8a64eaa57be6d8cf1d61c518b93dace1d /test/CFrontend
parent197ff79a8cd64d9eb059f0022e95ff74fceb8cf6 (diff)
downloadexternal_llvm-1765b5dbcfbc6b4d38a861de67b78b314d9b9478.zip
external_llvm-1765b5dbcfbc6b4d38a861de67b78b314d9b9478.tar.gz
external_llvm-1765b5dbcfbc6b4d38a861de67b78b314d9b9478.tar.bz2
New testcase, courtesy of Brian Gaeke
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2002-12-15-GlobalRedefinition.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CFrontend/2002-12-15-GlobalRedefinition.c b/test/CFrontend/2002-12-15-GlobalRedefinition.c
new file mode 100644
index 0000000..9899764
--- /dev/null
+++ b/test/CFrontend/2002-12-15-GlobalRedefinition.c
@@ -0,0 +1,3 @@
+extern char algbrfile[9];
+char algbrfile[9] = "abcdefgh";
+