summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2002-11-06-PrintEscaped.ll
blob: 2dd281a4beeb2db0e2d0c5e9f1aea313f4736c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llvm-as < %s | llc -march=c

@testString = internal constant [18 x i8] c"Escaped newline\5Cn\00"             ; <[18 x i8]*> [#uses=1]

declare i32 @printf(i8*, ...)

define i32 @main() {
        call i32 (i8*, ...)* @printf( i8* getelementptr ([18 x i8]* @testString, i64 0, i64 0) )                ; <i32>:1 [#uses=0]
        ret i32 0
}

OpenPOWER on IntegriCloud