repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
MCJIT
/
test-return.ll
blob
f6d4c9b49e6075539abc89cdd3e0fd25f72cf822
1
; RUN: %lli -jit-kind=mcjit %s > /dev/null
2
; RUN: %lli %s > /dev/null
3
4
define i32 @main() nounwind uwtable {
5
entry:
6
%retval = alloca i32, align 4
7
store i32 0, ptr %retval
8
ret i32 0
9
}