]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/dshift.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / dshift.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/dshift.c b/gcc/testsuite/gcc.c-torture/unsorted/dshift.c
deleted file mode 100644 (file)
index 94750cc..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-foo (b, c)
-     unsigned b, c;
-{
-  return (b << 12) | (c >> 20);
-}
-
-main ()
-{
-  printf ("0x%x\n", foo (0x11223344, 0xaabbccdd));
-}