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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
qualified3.C
blob
ab160ab8db246aaf99777c167727fcef8e8426f3
1
// PR c++/18466
2
3
int ::i; // { dg-error "" }
4
void ::f(); // { dg-error "" }
5
namespace N {
6
int N::j; // { dg-error "" }
7
void N::g(); // { dg-error "" }
8
}