forked from mirrors/gecko-dev
		
	 0374067886
			
		
	
	
		0374067886
		
	
	
	
	
		
			
			MozReview-Commit-ID: IWxzKfWNIHG --HG-- extra : rebase_source : d2bd65c66541e5d6e8d5cc721b117f0a3e7716e8
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #define NULL 0
 | |
| void f(void) {
 | |
|   char *str = NULL; // ok
 | |
|   (void)str;
 | |
| }
 |