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

define i32 @main() {
	ret i32 0
}