Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This...
[oota-llvm.git] / test / Assembler / 2009-07-24-ZeroArgGEP.ll
1 ; RUN: llvm-as %s -o /dev/null
2
3 @foo = global i32 0
4 @bar = constant i32* getelementptr(i32* @foo)
5