1; RUN: opt < %s -passes=globalopt2 3@g = global i32 04 5@a = alias i8, ptr @g6 7define void @f() {8 %tmp = load i8, ptr @a9 ret void10}11