Add tests for the fixes made in commits76cb1144ef,a465b7f58f,0f522fb32a,82969f045cand673befd2d7.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			C
		
	
	
	
	
	
int f(void)
 | 
						|
{
 | 
						|
    return 0;
 | 
						|
}
 | 
						|
 | 
						|
int f(void)
 | 
						|
{
 | 
						|
    return 1;
 | 
						|
}
 |