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