blob: ffc27bbe43d1a8dfab08dce246b634c41447dfde [file] [log] [blame]
; RUN: llvm-as < %s | opt -print-callgraph -disable-output |& \
; RUN: grep {Calls function}
@a = global void ()* @f ; <void ()**> [#uses=0]
define internal void @f() {
unreachable
}