forked from OSchip/llvm-project
5 lines
92 B
C
5 lines
92 B
C
|
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
||
|
|
||
|
|
||
|
char * foo() { return "\\begin{"; }
|