blob: 8e6e5d2839433aee960e9dc0526f96f7eee8bea7 [file] [log] [blame]
Duncan Sandse65d39a2008-09-19 07:57:09 +00001; RUN: llvm-as < %s | opt -callgraph -disable-output |& grep {Calls function}
Duncan Sands99c1a7c2008-09-09 12:40:47 +00002
3@a = global void ()* @f ; <void ()**> [#uses=0]
4
5define internal void @f() {
6 unreachable
7}