1; Weak variables should be preserved by global DCE!2 3; RUN: opt < %s -passes=globaldce -S | FileCheck %s4 5; CHECK: @A6@A = weak global i32 547