summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
blob: 72449f3af3ad51168527049da9a93d5118efd067 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
; XFAIL: mingw32,win32

define i32 @bar() nounwind {
	ret i32 0
}

define i32 @main() nounwind {
	%r = call i32 @bar( )		; <i32> [#uses=1]
	ret i32 %r
}