]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.jason/cast3.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / cast3.C
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/cast3.C b/gcc/testsuite/g++.old-deja/g++.jason/cast3.C
deleted file mode 100644 (file)
index 141efd5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-// PRMS Id: 7088
-// Build don't link:
-
-struct string
-{
-  int length () const;
-  string (string &);
-  string (char * = 0);
-  int operator [] (int);
-  ~string ();
-};
-
-void _cook(const   string     raw, bool for_postscript)
-{
-  unsigned char c = (unsigned) ((string &)raw)[1];
-}