1define void @B() {
2  call void @A()
3  ret void
4}
5
6declare void @A()
7
8