YouCompleteMe/cpp/llvm/test/Assembler/2009-07-24-ZeroArgGEP.ll

6 lines
99 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llvm-as %s -o /dev/null
@foo = global i32 0
@bar = constant i32* getelementptr(i32* @foo)