Merge from mainline
[official-gcc.git] / gcc / testsuite / g++.dg / charset / extern2.cc
blob9a0c85039560a9914c39704d78cbf9c13b493ea9
1 /* Check that we push the declaration and then continue translation. */
2 /* { dg-do compile }
3 { dg-require-iconv "IBM1047" }
4 { dg-final { scan-assembler-not "foobar" } } */
5 extern "C" { const char* foo = "foobar"; }