You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			12 lines
		
	
	
		
			140 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			140 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
|   | ; RUN: %lli %s > /dev/null
 | ||
|  | 
 | ||
|  | define i32 @bar() { | ||
|  | 	ret i32 0 | ||
|  | } | ||
|  | 
 | ||
|  | define i32 @main() { | ||
|  | 	%r = call i32 @bar( )		; <i32> [#uses=1]
 | ||
|  | 	ret i32 %r | ||
|  | } | ||
|  | 
 |