1 2 3 4 5 6 7 8
; RUN: opt < %s -print-callgraph -disable-output |& \ ; RUN: grep {Calls function} @a = global void ()* @f ; <void ()**> [#uses=0] define internal void @f() { unreachable }