mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
8 lines
180 B
LLVM
8 lines
180 B
LLVM
|
; RUN: llvm-as < %s | opt -analyze -callgraph -disable-output | grep {Calls function}
|
||
|
|
||
|
@a = global void ()* @f ; <void ()**> [#uses=0]
|
||
|
|
||
|
define internal void @f() {
|
||
|
unreachable
|
||
|
}
|