mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-01 00:38:50 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef FOO
 | |
| #ifdef FOO // inner ifdef is considered redundant
 | |
| void f();
 | |
| #endif
 | |
| #endif
 | 
