index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
Generic
/
call-void.ll
blob: b23a8d9b2877b278d5182d19a98f5ad5269a7722 (
plain
)
1
2
3
4
5
6
7
8
void %foo() { ret void } int %main() { call void ()* %foo() ret int 0 }