llvm-project/llvm/test/Assembler/2009-07-24-ZeroArgGEP.ll
Nikita Popov 75a479221b [Assembler] Convert tests to opaque pointers (NFC)
Some tests are removed because the error conditions can no longer
occur with opaque pointers.
2022-12-13 14:36:21 +01:00

7 lines
132 B
LLVM

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