1; RUN: opt < %s -globalopt -S | FileCheck %s 2 3; CHECK-NOT: aa 4; CHECK-NOT: bb 5 6declare void @aa() 7@bb = external global i8 8