aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2002-12-15-GlobalRedefinition.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2002-12-15-GlobalRedefinition.c')
-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";
+