]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.mike/p783.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p783.C
diff --git a/gcc/testsuite/g++.old-deja/g++.mike/p783.C b/gcc/testsuite/g++.old-deja/g++.mike/p783.C
deleted file mode 100644 (file)
index c84e4ca..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// prms-id: 783
-
-extern "C" int printf (const char *, ...);
-
-class C {
-public:
-  C() { }
-  ~C() { }
-};
-
-int main(int argc, char**argv) {
-  C c,d;
-  c = (argc&1) ? C() : d;
-  return 0;
-}