diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/stor.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/unsorted/stor.c | 12 |
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 100755 index 57981ef..0000000 --- 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; -} |