summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
blob: a4ab1a6fb78416afd50deb2e9cc171fbcf652d98 (plain)
1
2
3
4
5
6
7
8
%.LC0 = internal global [12 x sbyte] c"hello world\00"          ; <[12 x sbyte]*> [#uses=1]

implementation   ; Functions:

sbyte* %test() {
        ret sbyte* getelementptr ([12 x sbyte]* %.LC0, long 0, long 0)
}