forked from mirrors/gecko-dev
		
	 c1ca1ea63f
			
		
	
	
		c1ca1ea63f
		
	
	
	
	
		
			
			MozReview-Commit-ID: AChdrrdhf4Z --HG-- extra : rebase_source : 3aab53ea08a0c6699f963b32e1f896cb13d02359
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include <stdio.h>
 | |
| #include "mozilla/Unused.h"
 | |
| 
 | |
| int main()
 | |
| {
 | |
|   char tmp;
 | |
|   mozilla::Unused << fread(&tmp, sizeof(tmp), 1, stdin);
 | |
|   return 0;
 | |
| }
 |