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