aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/arr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/arr.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/arr.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/arr.c b/gcc/testsuite/gcc.c-torture/unsorted/arr.c
deleted file mode 100644
index ed56667dd75..00000000000
--- a/gcc/testsuite/gcc.c-torture/unsorted/arr.c
+++ /dev/null
@@ -1,9 +0,0 @@
-foo (a, b, c)
-{
- bar (a, b);
- {
- int arr[10];
- arr[c] = b;
- bar (arr[0], arr[1]);
- }
-}