diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/scond.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/unsorted/scond.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/scond.c b/gcc/testsuite/gcc.c-torture/unsorted/scond.c deleted file mode 100755 index 087b0a6..0000000 --- a/gcc/testsuite/gcc.c-torture/unsorted/scond.c +++ /dev/null @@ -1,4 +0,0 @@ -scond (a, b, c, d) -{ - return (a > b) & (c < d); -} |