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