Raw File
2009-07-24-ZeroArgGEP.ll
; RUN: llvm-as %s -o /dev/null

@foo = global i32 0
@bar = constant i32* getelementptr(i32* @foo)

back to top