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
/
debug
/
pr16792.C
blob
0efcbfa74eb69e9ad8d92e1bc8460f1249b749e9
1
// { dg-do compile }
2
3
struct S { S(); };
4
int foo (S b, double j) { return 0; };
5
6
int main ()
7
{
8
int foo (S, double);
9
S v;
10
}