summaryrefslogtreecommitdiff
path: root/test/Assembler/2009-07-24-ZeroArgGEP.ll
blob: ce4a9614861562388656287ba9b05f887c0527c3 (plain)
1
2
3
4
5
; RUN: llvm-as %s -o /dev/null -f

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