repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
charset
/
extern2.cc
blob
9a0c85039560a9914c39704d78cbf9c13b493ea9
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"
{
const char
*
foo
=
"foobar"
; }