forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "structures.h"
 | 
						|
 | 
						|
extern const std::string& constReference();
 | 
						|
 | 
						|
void foo() {
 | 
						|
  const std::string UnnecessaryCopy = constReference();
 | 
						|
}
 |