Add an InstCombine transform to recognize instances of manual overflow-safe addition
[oota-llvm.git] / test / FrontendC / 2002-07-17-StringConstant.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
4 char * foo() { return "\\begin{"; }