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