YouCompleteMe/cpp/llvm/test/Assembler/2009-07-24-ZeroArgGEP.ll
2012-07-05 17:51:06 -07:00

6 lines
99 B
LLVM

; RUN: llvm-as %s -o /dev/null
@foo = global i32 0
@bar = constant i32* getelementptr(i32* @foo)