forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			70 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			70 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| void f() {
 | |
| 
 | |
| }
 | |
| 
 | |
| void foo() {
 | |
|   if (true)
 | |
|     return;
 | |
|   else
 | |
|     f();
 | |
| }
 | 
