2008-02-19 09:41:04 +08:00
|
|
|
; RUN: llvm-as < %s | llc -march=c
|
2004-11-07 05:40:51 +08:00
|
|
|
|
2008-02-19 09:41:04 +08:00
|
|
|
@testString = internal constant [18 x i8] c"Escaped newline\5Cn\00" ; <[18 x i8]*> [#uses=1]
|
2002-11-07 05:38:39 +08:00
|
|
|
|
2008-02-19 09:41:04 +08:00
|
|
|
declare i32 @printf(i8*, ...)
|
2002-11-07 05:38:39 +08:00
|
|
|
|
2008-02-19 09:41:04 +08:00
|
|
|
define i32 @main() {
|
|
|
|
call i32 (i8*, ...)* @printf( i8* getelementptr ([18 x i8]* @testString, i64 0, i64 0) ) ; <i32>:1 [#uses=0]
|
|
|
|
ret i32 0
|
2002-11-07 05:38:39 +08:00
|
|
|
}
|
2008-02-19 09:41:04 +08:00
|
|
|
|