llvm-65816/test/Assembler/2009-07-24-ZeroArgGEP.ll

6 lines
99 B
LLVM

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