aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/cmb.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/cmb.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/cmb.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/cmb.c b/gcc/testsuite/gcc.c-torture/unsorted/cmb.c
deleted file mode 100644
index 1fd946182ba..00000000000
--- a/gcc/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;
-}