huangcm
2025-02-24 69ed55dec4b2116a19e4cca4393cbc014fce5fb2
1
2
3
4
5
6
7
8
; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s
 
@.LC0 = internal global [12 x i8] c"hello world\00"             ; <[12 x i8]*> [#uses=1]
 
define i8* @test() {
        ret i8* getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0)
}