forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			42 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			42 B
		
	
	
	
		
			C++
		
	
	
	
	
	
void test() {
 | 
						|
  int x;
 | 
						|
  int y = x + 1;
 | 
						|
}
 |