repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This commit was manufactured by cvs2svn to create branch
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
charset
/
string.c
blob
375e28a2ed62fb334a0539ba2c336de529dd5dc5
1
/* Simple character translation test. */
2
/* { dg-do compile }
3
{ dg-require-iconv "IBM-1047" }
4
{ dg-final { scan-assembler-not "string foobar" } } */
5
char
*
foo
=
"string foobar"
;