1 ; Weak variables should be preserved by global DCE! 2 3 ; RUN: opt < %s -globaldce -S | FileCheck %s 4 5 ; CHECK: @A 6 @A = weak global i32 54 7