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
/
parse6.C
blob
3d7c51dc73555dbe4d884533e98a6d4ace141aff
1
// { dg-do assemble }
2
3
class A { };
4
5
int main() {
6
A a = a;
7
A b(b);
8
}