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
[lldb] Fix "exact match" debug_names type queries (#118465)
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
Interpreter
/
call-no-args.ll
blob
5f016b6258a4b1bac83f37b67571523ac17644a4
1
; RUN: %lli -jit-kind=mcjit -force-interpreter %s
2
3
declare void @exit(i32)
4
declare i32 @rand()
5
6
define i32 @main() {
7
%ret = call i32 @rand()
8
call void @exit(i32 0)
9
ret i32 %ret
10
}