mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			634 B
		
	
	
	
		
			Java
		
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			634 B
		
	
	
	
		
			Java
		
	
	
	
| /*-------------------------------------------------------------------------*/
 | |
| /* File name : G19990217_01                                                */
 | |
| /*           :                                                             */
 | |
| /* Cause     : Compiler seems to run endlessly.                            */
 | |
| /*           :                                                             */
 | |
| /* Message   : No message. It's not stop to compile.                       */
 | |
| /*-------------------------------------------------------------------------*/
 | |
| 
 | |
| public class G19990217_01 {
 | |
|   int foo() {
 | |
| 	try {
 | |
| 	  return 0;
 | |
| 	} 
 | |
| 	finally { ; }
 | |
|   }
 | |
| }
 |