mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-10-31 16:28:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| void func() {
 | |
| 	int radius;
 | |
| 	switch (radius) {
 | |
| 		case 0:
 | |
| 			break;
 | |
| 	}
 | |
| }
 | 
