]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/execute/20010325-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20010325-1.c
diff --git a/gcc/testsuite/gcc.c-torture/execute/20010325-1.c b/gcc/testsuite/gcc.c-torture/execute/20010325-1.c
deleted file mode 100644 (file)
index 100679f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Origin: Joseph Myers <jsm28@cam.ac.uk>.
-
-   This tests for inconsistency in whether wide STRING_CSTs use the host
-   or the target endianness.  */
-
-extern void exit (int);
-extern void abort (void);
-
-int
-main (void)
-{
-  if (L"a" "b"[1] != L'b')
-    abort ();
-  exit (0);
-}