]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/t37.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / t37.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/t37.C b/gcc/testsuite/g++.old-deja/g++.pt/t37.C
deleted file mode 100644 (file)
index cb957ec..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-// Build don't link: 
-
-class A { // ERROR - synthesized copy ctor
-public:
-  A(int);                      // ERROR - referenced below
-  A(float);                    // ERROR - referenced below
-  ~A();
-};
-
-A::A() {               // ERROR - 
-}
-  
-A::A(int) {
-}
-  
-A::~A() {
-}