diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/cmb.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/cmb.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/cmb.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/cmb.c deleted file mode 100755 index 1fd9461..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/cmb.c +++ /dev/null @@ -1,6 +0,0 @@ -foo (p1, p2) - short p1, *p2; -{ - int a; - return (int) p1 + (int) *p2; -} |