1; RUN: opt < %s -passes=globalopt 2 3@g = global i32 0 4 5@a = alias i8, ptr @g 6 7define void @f() { 8 %tmp = load i8, ptr @a 9 ret void 10} 11