1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Jello/test-call.ll
Chris Lattner e653814b5c Testcase for call instruction
llvm-svn: 4890
2002-12-03 20:30:03 +00:00

8 lines
68 B
LLVM

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