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
* arm.c (FL_WBUF): Define.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.niklas
/
t131.C
blob
b29b654d77ef0622d3b5891813b5fb8b78a45922
1
// { dg-do assemble }
2
// GROUPS passed niklas static-members
3
struct A { static A a; };
4
A f () { return A::a; }