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
/
misc5.C
blob
35642abd53d57aebc5b91303a0b0febc4df8bcaf
1
// { dg-do assemble }
2
// GROUPS passed miscellaneous
3
class A {
4
static A aa[2];
5
};
6
7
A A::aa[2]; // should be completely legal