6699bb65bae2f8d1d3aadce2f43d070767fca713
[oota-llvm.git] / test / ExecutionEngine / test-call.ll
1
2 declare void %foo()
3
4 void %test1() {
5         call void %foo()
6         ret void
7 }