diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/arr.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/unsorted/arr.c | 9 |
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 100755 index ed56667..0000000 --- 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]); - } -} |