aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
blob: e0140f5fc585fcbe3a13a4b958481a6b327cd102 (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, uint 0, uint 0)
}