hanchenye-llvm-project/llvm/test/CFrontend/2002-07-17-StringConstant.c

5 lines
92 B
C
Raw Normal View History

2004-11-07 06:41:00 +08:00
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2002-07-18 06:19:30 +08:00
char * foo() { return "\\begin{"; }