]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/execute/940122-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 940122-1.c
diff --git a/gcc/testsuite/gcc.c-torture/execute/940122-1.c b/gcc/testsuite/gcc.c-torture/execute/940122-1.c
deleted file mode 100644 (file)
index 9dbf6ae..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-char *a = 0;
-char *b = 0;
-
-g (x)
-     int x;
-{
-  if ((!!a) != (!!b))
-    abort ();
-}
-
-f (x)
-     int x;
-{
-  g (x * x);
-}
-
-main ()
-{
-  f (100);
-  exit (0);
-}