forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			52 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			52 B
		
	
	
	
		
			C++
		
	
	
	
	
	
void test() {
 | 
						|
  int x;
 | 
						|
  if (x) {
 | 
						|
    return;
 | 
						|
  }
 | 
						|
}
 |