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
tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
anonymous-namespace-1.h
blob
0d3e239e404b5a5ec6984cd0d5c8b2a85779d4e0
1
class
foo
{
2
class
bar
;
3
};
4
5
namespace
{
6
class
bad
{ };
7
}