aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/stor.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/stor.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/stor.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/stor.c b/gcc/testsuite/gcc.c-torture/unsorted/stor.c
deleted file mode 100644
index 57981eff5a6..00000000000
--- a/gcc/testsuite/gcc.c-torture/unsorted/stor.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#define C 1
-
-foo (p)
- int *p;
-{
- p[0] = C;
- p[1] = C;
- p[2] = C;
- p[3] = C;
- p[4] = C;
- p[5] = C;
-}