]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/noreturn-3.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / noreturn-3.c
diff --git a/gcc/testsuite/gcc.dg/noreturn-3.c b/gcc/testsuite/gcc.dg/noreturn-3.c
deleted file mode 100644 (file)
index 3e727d2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Check for no "noreturn" warning in main. */
-/* { dg-do compile } */
-/* { dg-options "-O2 -Wmissing-noreturn -fhosted" } */
-extern void exit (int) __attribute__ ((__noreturn__));
-
-int
-main (void)
-{
-  exit (0);
-}