11 lines
		
	
	
		
			105 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			105 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| module test;
 | |
| 
 | |
| import std/list;
 | |
| 
 | |
| let glob = 10;
 | |
| 
 | |
| fun main() i32 {
 | |
|   let local = glob + 10;
 | |
|   ret local;
 | |
| }
 | 
