summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/simplesttest.ll
blob: a6688c237c0e51a1d772bfdeb85802c226d82782 (plain)
1
2
3
4
5
6
; RUN: %lli -use-mcjit %s > /dev/null

define i32 @main() {
	ret i32 0
}