OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / charset / extern2.cc
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"; }