]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/overload10.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / overload10.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/overload10.C b/gcc/testsuite/g++.old-deja/g++.other/overload10.C
deleted file mode 100644 (file)
index 50ae8a9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// Build don't link:
-// Origin: Jason Merrill <jason@cygnus.com>
-
-  const char *pc;
-  enum A { x } a;
-  int i;
-
-  int main()
-  {
-     return i ? *pc : a;
-  }