Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / testsuite / g++.dg / charset / extern2.cc
blob3a8f4e82d7ef23f47d6fbc1754116ef886b887bb
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" { char *foo = "foobar"; }