mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +00:00
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{"; }
|