repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
analyzer
/
pr93288.C
blob
1798fed805f6562d28a2dcc5575148ec68ff76e6
1
// { dg-do compile }
2
3
struct a {
4
a();
5
};
6
class foo {
7
a b;
8
} c;