aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/OrcJIT/simplesttest.ll
blob: c2f24f6450a459e476ab9d95a3daca3db2303cd9 (plain)
1
2
3
4
5
6
; RUN: %lli -use-orcmcjit %s > /dev/null

define i32 @main() {
	ret i32 0
}