]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/scond.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / scond.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/scond.c b/gcc/testsuite/gcc.c-torture/unsorted/scond.c
deleted file mode 100644 (file)
index 087b0a6..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-scond (a, b, c, d)
-{
-  return (a > b) & (c < d);
-}