1 ; RUN: opt < %s -passes=globaldce -S | FileCheck %s 2 3 ; CHECK-NOT: global 4 @X = external global i32 5 @Y = internal global i32 7 6 7