1 ; RUN: llvm-as %s -o /dev/null 2 ; RUN: verify-uselistorder %s 3 4 @foo = global i32 0 5 @bar = constant i32* getelementptr(i32, i32* @foo) 6 7