aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
blob: cbed33229c4baf164c4c0753b00813927329cfb6 (plain)
1
2
3
4
5
6
7
8
9
; 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)
}