blob: ffc27bbe43d1a8dfab08dce246b634c41447dfde [file] [log] [blame]
Duncan Sandsd10d6f72008-09-23 12:47:39 +00001; RUN: llvm-as < %s | opt -print-callgraph -disable-output |& \
2; RUN: grep {Calls function}
Duncan Sands8f7eaea2008-09-09 12:40:47 +00003
4@a = global void ()* @f ; <void ()**> [#uses=0]
5
6define internal void @f() {
7 unreachable
8}