source: trunk/gcc/libjava/testsuite/libjava.compile/G19990217_01.java

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 634 bytes
Line 
1/*-------------------------------------------------------------------------*/
2/* File name : G19990217_01 */
3/* : */
4/* Cause : Compiler seems to run endlessly. */
5/* : */
6/* Message : No message. It's not stop to compile. */
7/*-------------------------------------------------------------------------*/
8
9public class G19990217_01 {
10 int foo() {
11 try {
12 return 0;
13 }
14 finally { ; }
15 }
16}
Note: See TracBrowser for help on using the repository browser.