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