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

define i32 @main() nounwind uwtable {
entry:
  %retval = alloca i32, align 4
  store i32 0, i32* %retval
  ret i32 0
}