mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-10-31 16:28:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| int main() {
 | |
|   long size = 294967296l;
 | |
|   for (short i = 0; i < size; ++i) {}
 | |
| }
 | 
