]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/lex1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lex1.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/lex1.C b/gcc/testsuite/g++.old-deja/g++.other/lex1.C
deleted file mode 100644 (file)
index b639f05..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// Build don't link:
-// 
-// Copyright (C) 2001 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 26 April 2001 <nathan@codesourcery.com>
-
-// Bug 2510. We ICEd when a bogus char was present.
-
-void foo ()
-{
-  // there is a ctrl-h on the next line
-  \b // ERROR - stray char
-}