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

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