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