Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
charset
/
extern2.cc
blob: 9a0c85039560a9914c39704d78cbf9c13b493ea9 [
file
] [
log
] [
blame
]
/* Check that we push the declaration and then continue translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler-not "foobar" } } */
extern
"C"
{
const
char
*
foo
=
"foobar"
;
}