DirectXShaderCompiler/test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll

5 строки
99 B
LLVM

; RUN: opt < %s -globaldce
@A = internal alias void ()* @F
define internal void @F() { ret void }