mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-10-31 16:28:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			51 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			51 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| class C {
 | |
|   int size() { return sizeof(this); }
 | |
| };
 | 
