aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/charset/extern2.cc
blob: 3a8f4e82d7ef23f47d6fbc1754116ef886b887bb (plain)
1
2
3
4
5
/* 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" { char *foo = "foobar"; }