No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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"; }