]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/di.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / di.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/di.c b/gcc/testsuite/gcc.c-torture/unsorted/di.c
deleted file mode 100644 (file)
index 476bf70..0000000
+++ /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);
-}