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
reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
shadow1.C
blob
c133dea5453cb8c10605d51c2d3b3627f2e965ac
1
// { dg-do assemble }
2
// GROUPS passed errors
3
void f( int a) {
4
int a; // this should be an error now// { dg-error "" } .*
5
{
6
int a;
7
}
8
}