summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/test-return.ll
blob: 4db1c3fe39f0cbb493f56bf4c0c5ba4e4a58023e (plain)
1
2
3
4
5
6
7
8
; RUN: %lli_mcjit %s > /dev/null

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