]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/noncompile/931203-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 931203-1.c
diff --git a/gcc/testsuite/gcc.dg/noncompile/931203-1.c b/gcc/testsuite/gcc.dg/noncompile/931203-1.c
deleted file mode 100644 (file)
index 0c6a9f2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-typedef struct
-{
-  int x, y;
-} point_t;
-
-
-point_t
-f ()
-{
-  return 0;    /* { dg-error "incompatible types" } */
-}