blob: 5252be266a167783e237131382dbd05dcfc5b92c [file] [log] [blame]
Gabor Greifafb4e8c2008-05-20 22:07:21 +00001; RUN: llvm-as %s -o /dev/null -f
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner74bb9f52008-02-14 07:57:12 +00003@.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004
Tanya Lattner74bb9f52008-02-14 07:57:12 +00005define i8* @test() {
6 ret i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0)
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007}
8