5 lines
99 B
LLVM
5 lines
99 B
LLVM
; RUN: opt < %s -globaldce
|
|
|
|
@A = alias internal void ()* @F
|
|
define internal void @F() { ret void }
|