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
2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
class1.C
blob
819c48d9c21d2887a022447e726f9bd79ebff3bb
1
namespace N
2
{
3
struct A;
4
int f() {
5
struct N::A { // { dg-error "" }
6
A() {}
7
};
8
return 0;
9
}
10
}