]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/parse/named_ops.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / parse / named_ops.C
diff --git a/gcc/testsuite/g++.dg/parse/named_ops.C b/gcc/testsuite/g++.dg/parse/named_ops.C
deleted file mode 100644 (file)
index 80e5149..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.  */
-
-/* { dg-do compile } */
-/* { dg-options -fpreprocessed } */
-
-/* Tests that C++ named ops are still there with -fpreprocessed.  */
-
-/* Source: Neil Booth, 23 May 2002.  */
-
-int main ()
-{
-  return 2 xor 2;
-}