URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [g++.dg/] [charset/] [extern2.cc] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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"; }
Go to most recent revision | Compare with Previous | Blame | View Log