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