llvm-project/llvm/test/FrontendC/2002-07-17-StringConstant.c

5 lines
89 B
C
Raw Normal View History

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