]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/array-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / array-1.c
diff --git a/gcc/testsuite/gcc.dg/array-1.c b/gcc/testsuite/gcc.dg/array-1.c
deleted file mode 100644 (file)
index 6d1e69a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Simplified from ncurses 5.0's pad.c
-   by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
-
-   Copyright (C) 1999 Free Software Foundation  */
-
-/* { dg-do compile } */
-
-extern char foo[1];
-char foo[] = "";
-
-int
-bar()
-{
-  return foo[0];
-}