]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.law/static-mem3.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.law / static-mem3.C
diff --git a/gcc/testsuite/g++.old-deja/g++.law/static-mem3.C b/gcc/testsuite/g++.old-deja/g++.law/static-mem3.C
deleted file mode 100644 (file)
index 39e4fc2..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-// Build don't link: 
-// GROUPS passed static-mem
-// static-mem file
-// Message-Id: <9406021639.AA00789@oz.NeXT.COM>
-// From: Sumana Srinivasan <Sumana_Srinivasan@next.com>
-// Date: Thu,  2 Jun 94 09:39:09 -0700
-// Subject: static members function pointers
-
-class CRTFooBar;
-
-class CRTFoo {
-public:
-        static const CRTFooBar & defaultFooBar( );
-
-        CRTFoo( const CRTFoo & );
-        CRTFoo( );
-        CRTFoo( const char *,
-                const CRTFooBar &tp = CRTFoo::defaultFooBar(),
-                int = 0 );
-        CRTFoo &setFoo( double,
-                const CRTFooBar & = CRTFoo::defaultFooBar() );
-
-};