8 lines
		
	
	
		
			74 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			74 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| int defn(){
 | |
|     return 4;
 | |
| }
 | |
| 
 | |
| int main(){
 | |
|     int a=defn();
 | |
|     return a;
 | |
| } |