Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the real
[oota-llvm.git] / test / Assembler / 2009-07-24-ZeroArgGEP.ll
1 ; RUN: llvm-as %s -o /dev/null -f
2
3 @foo = global i32 0
4 @bar = constant i32* getelementptr(i32* @foo)
5