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
reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
init9.C
blob
e22821022463c00a495792cf292f0b31cce2d780
1
// { dg-do assemble }
2
// GROUPS passed initialization
3
int FALSE = 0;
4
class X {
5
public:
6
static int FALSE;
7
};
8
9
// The compiler should NOT complain about redeclaration of the global
10
// `FALSE' with this declaration...grokvardecl shouldn't be doing that.
11
int X::FALSE = 0;