repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
redecl1.C
blob
436316ca07011427a9f4b286b6c25e3bec13b7fa
1
// PR c++/14668
2
3
class A {}; // { dg-error "" }
4
class B {
5
static A *A; // { dg-error "" }
6
};
7
A *B::A = 0;