mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
New testcase
llvm-svn: 1874
This commit is contained in:
parent
e61d0b1898
commit
b1a323859e
8
test/Regression/CFrontend/2002-03-14-QuotesInStrConst.c
Normal file
8
test/Regression/CFrontend/2002-03-14-QuotesInStrConst.c
Normal file
@ -0,0 +1,8 @@
|
||||
/* GCC was not escaping quotes in string constants correctly, so this would
|
||||
* get emitted:
|
||||
* %.LC1 = internal global [32 x sbyte] c"*** Word "%s" on line %d is not\00"
|
||||
*/
|
||||
|
||||
const char *Foo() {
|
||||
return "*** Word \"%s\" on line %d is not";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user