]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/pass.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / pass.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/pass.c b/gcc/testsuite/gcc.c-torture/unsorted/pass.c
deleted file mode 100644 (file)
index 6b66382..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-int
-foo (a, b, c)
-{
-  return a + b + c;
-}
-
-int
-bar ()
-{
-  int q, w, e, r, t, y;
-
-  return foo ((int) & q, q, w, e, q, (int) &w);
-}