]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/forgetcc.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / forgetcc.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/forgetcc.c b/gcc/testsuite/gcc.c-torture/unsorted/forgetcc.c
deleted file mode 100644 (file)
index 4105408..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-foo (hp, p, a)
-     short *hp;
-     int *p;
-     int a;
-{
-  hp[10] = a;
-  p[0] = 10;
-  if (hp[10] > 0)
-    return 1;
-  return 0;
-}