blob: 6699bb65bae2f8d1d3aadce2f43d070767fca713 [file] [log] [blame]
Chris Lattnerac676be2002-12-03 20:30:03 +00001
2declare void %foo()
3
4void %test1() {
5 call void %foo()
6 ret void
7}