blob: e0140f5fc585fcbe3a13a4b958481a6b327cd102 [file] [log] [blame]
Chris Lattner657882c2002-08-15 17:04:40 +00001%.LC0 = internal global [12 x sbyte] c"hello world\00" ; <[12 x sbyte]*> [#uses=1]
2
3implementation ; Functions:
4
5sbyte* %test() {
6 ret sbyte* getelementptr ([12 x sbyte]* %.LC0, uint 0, uint 0)
7}
8