Probably should emit bitcode instead of text.
[oota-llvm.git] / test / FrontendC / 2002-07-17-StringConstant.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
4 char * foo() { return "\\begin{"; }