diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/rel.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/rel.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/rel.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/rel.c deleted file mode 100755 index 54d3605..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/rel.c +++ /dev/null @@ -1,8 +0,0 @@ -foo (int *c, int b) -{ - int a; - - a = *c + b; - c[1] = a; - return b; -} |