]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/charmtst.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / charmtst.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/charmtst.c b/gcc/testsuite/gcc.c-torture/unsorted/charmtst.c
deleted file mode 100644 (file)
index 2945f19..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-c_move_tst (char b)
-{
-  char a;
-
-  a = b;
-  b = 'b';
-  foo (a);
-  foo (b);
-  foo (a);
-  bar (a, b);
-  b = a;
-  if (b == 0)
-    a++;
-  return a + b;
-}