]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/G19990210_1.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / G19990210_1.java
diff --git a/libjava/testsuite/libjava.compile/G19990210_1.java b/libjava/testsuite/libjava.compile/G19990210_1.java
deleted file mode 100644 (file)
index 9404f71..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*-------------------------------------------------------------------------*/
-/* File name : G19990210_1                                                 */
-/*           :                                                             */
-/* Cause     :                                                             */
-/*           :                                                             */
-/* Message   : G19990210_1.java: In class `G19990210_1':                   */
-/*             G19990210_1.java: In method `foo()':                        */
-/*             G19990210_1.java:8: Unreachable statement.                  */
-/*                             return 0;                                   */
-/*                             ^                                           */
-/*             1 error                                                     */
-/*-------------------------------------------------------------------------*/
-public class G19990210_1 {
-  int foo() {
-       try { ; } finally { ; }
-       return 0;
-  }
-}