aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2002-12-15-GlobalRedefinition.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2002-12-15-GlobalRedefinition.c')
-rw-r--r--test/FrontendC/2002-12-15-GlobalRedefinition.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/FrontendC/2002-12-15-GlobalRedefinition.c b/test/FrontendC/2002-12-15-GlobalRedefinition.c
new file mode 100644
index 0000000..3b76953
--- /dev/null
+++ b/test/FrontendC/2002-12-15-GlobalRedefinition.c
@@ -0,0 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
+
+extern char algbrfile[9];
+char algbrfile[9] = "abcdefgh";
+