]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/execute/divconst-3.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / execute / divconst-3.c
diff --git a/gcc/testsuite/gcc.c-torture/execute/divconst-3.c b/gcc/testsuite/gcc.c-torture/execute/divconst-3.c
deleted file mode 100644 (file)
index ddd687c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-long long
-f (long long x)
-{
-  return x / 10000000000LL;
-}
-
-main ()
-{
-  if (f (10000000000LL) != 1 || f (100000000000LL) != 10)
-    abort ();
-  exit (0);
-}