mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-10-31 16:28:05 +02:00 
			
		
		
		
	 0374067886
			
		
	
	
		0374067886
		
	
	
	
	
		
			
			MozReview-Commit-ID: IWxzKfWNIHG --HG-- extra : rebase_source : d2bd65c66541e5d6e8d5cc721b117f0a3e7716e8
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| int arr[6] = {1, 2, 3, 4, 5, 6};
 | |
| 
 | |
| void bar(void) {
 | |
|   for (int i = 0; i < 6; ++i) {
 | |
|     (void)arr[i];
 | |
|   }
 | |
| }
 |