aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/di.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/di.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/di.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/di.c b/gcc/testsuite/gcc.c-torture/unsorted/di.c
deleted file mode 100644
index 476bf700fb3..00000000000
--- a/gcc/testsuite/gcc.c-torture/unsorted/di.c
+++ /dev/null
@@ -1,12 +0,0 @@
-long long
-foo (a, b)
- long long a, b;
-{
- return a * b;
-}
-
-main ()
-{
- int a = foo ((long long) 2, (long long) 3);
- printf ("%d\n", a);
-}