Files
clang-p2996/llvm/test/Assembler/2002-08-15-UnresolvedGlobalReference.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

10 lines
191 B
LLVM

; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s
@.LC0 = internal global [12 x i8] c"hello world\00" ; <ptr> [#uses=1]
define ptr @test() {
ret ptr @.LC0
}