mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-10-31 16:28:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			47 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			47 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| extern void g();
 | |
| void f() {
 | |
|   g();
 | |
|   return;
 | |
| }
 | 
