mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-01 00:38:50 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			52 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			52 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| void test() {
 | |
|   int x;
 | |
|   if (x) {
 | |
|     return;
 | |
|   }
 | |
| }
 | 
