2009-02-17-AliasUsesAliasee.ll 108 Bytes
; RUN: opt < %s -globaldce

@A = internal alias void (), void ()* @F
define internal void @F() { ret void }