Compiler projects using llvm
define void @B() {
  call void @A()
  ret void
}

declare void @A()