forked from mirrors/gecko-dev
		
	 11dd9afb58
			
		
	
	
		11dd9afb58
		
	
	
	
	
		
			
			Differential Revision: https://phabricator.services.mozilla.com/D4210 --HG-- extra : moz-landing-system : lando
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			46 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			46 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| class A {
 | |
|   A(A &&);
 | |
|   A &operator=(A &&);
 | |
| };
 |