Test should pass on non-Darwin x86.
[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{"; }