mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-10-31 16:28:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| void foo() {
 | |
|   bool p = 1;
 | |
|   bool f = static_cast<bool>(1);
 | |
|   bool x = p ? 1 : 0;
 | |
| }
 | 
