blob: 83b82a6884593962e7481a0e6568e3fca998fc65 [file] [log] [blame]
Tanya Lattnere7e3f2e2004-11-06 22:07:09 +00001; RUN: llvm-as < %s -o /dev/null -f
2
Chris Lattner657882c2002-08-15 17:04:40 +00003%.LC0 = internal global [12 x sbyte] c"hello world\00" ; <[12 x sbyte]*> [#uses=1]
4
5implementation ; Functions:
6
7sbyte* %test() {
Chris Lattner42289a32003-03-06 19:59:08 +00008 ret sbyte* getelementptr ([12 x sbyte]* %.LC0, long 0, long 0)
Chris Lattner657882c2002-08-15 17:04:40 +00009}
10