Nick Hildenbrandt | 6d60815 | 2002-11-06 21:38:39 +0000 | [diff] [blame^] | 1 | %testString = internal constant [18 x sbyte] c "Escaped newline\n\00" |
2 | |||||
3 | implementation | ||||
4 | |||||
5 | declare int %printf(sbyte*, ...) | ||||
6 | |||||
7 | int %main() { | ||||
8 | call int (sbyte*, ...)* %printf( sbyte* getelementptr ([18 x sbyte]* %testString, long 0, long 0)) | ||||
9 | ret int 0 | ||||
10 | } |