]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/type.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / type.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/type.C b/gcc/testsuite/g++.old-deja/g++.other/type.C
deleted file mode 100644 (file)
index a7dcde1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// Build don't link:
-
-typedef unsigned short ushort;
-class foo {
-public:
-  static ushort a;
-};
-extern "C" {
-typedef unsigned short ushort;
-}
-ushort foo::a;
-static int baz()
-{
-  return foo::a;
-}