1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/Regression/Jello/test-call.ll

8 lines
68 B
LLVM
Raw Normal View History

declare void %foo()
void %test1() {
call void %foo()
ret void
}