aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ExecutionEngine/MCJIT/simplesttest.ll
blob: 90b49b1ba9ac85a56972cc7739d812d9a5cb7f1b (plain)
1
2
3
4
5
6
7
; RUN: %lli -jit-kind=mcjit %s > /dev/null
; RUN: %lli %s > /dev/null

define i32 @main() {
	ret i32 0
}