Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
charset
/
string.c
blob: a09d39a2055c32e794df76dc9b1d28ffacdd6324 [
file
] [
log
] [
blame
]
/* Simple character translation test. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler-not "string foobar" } } */
const
char
*
foo
=
"string foobar"
;