aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/charset/extern2.cc
blob: 82157a6fea464ed4906e8a897113df839ae4f426 (plain)
1
2
3
4
5
/* Check that we push the declaration and then continue translation.  */
/* { dg-do compile }
   { dg-require-iconv "IBM-1047" }
   { dg-final { scan-assembler-not "foobar" } } */
extern "C" { char *foo = "foobar"; }