I must have missed these when eliminating the cast to bool cannonicalizations
[oota-llvm.git] / test / CBackend / 2002-11-06-PrintEscaped.ll
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 }