aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20020110.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/20020110.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/20020110.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/20020110.c b/gcc/testsuite/gcc.c-torture/compile/20020110.c
deleted file mode 100644
index 90e0ce95d29..00000000000
--- a/gcc/testsuite/gcc.c-torture/compile/20020110.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Copyright 2002 Free Software Foundation */
-
-/* Make sure the nested extern declaration doesn't conflict with the
- non-extern one in the enclosing scope. */
-
-void foo() {
- static long bar;
-
- {
- extern int bar;
- }
-}