llvm/llvm/test/Linker/Inputs/alias-2.ll

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

declare void @A()