define void @B() {
  call void @A()
  ret void
}

declare void @A()