]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/align.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / align.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/align.C b/gcc/testsuite/g++.old-deja/g++.other/align.C
deleted file mode 100644 (file)
index f5cc850..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// Build don't link:
-#include <string.h>
-
-class bar {
-public:
-    bar() { rw = 0; }
-    static const bar baz;
-private:
-    unsigned char rw;
-};
-char buf[4096];
-void foo(char *uc)
-{
-    memcpy(buf,&bar::baz,sizeof(bar));
-}