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