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
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash43.C
blob
ff073cf46adf6e39f457cfd15bd3f87548450990
1
// PR c++/34600
2
3
namespace N
4
{
5
void foo()
6
{
7
extern int i = 0; // { dg-error "'i' has both 'extern' and initializer" }
8
}
9
}