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
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
pr16792.C
blob
39003cbe299da3154fd5e0febec5bf7eeb84ed47
1
// { dg-do compile }
2
3
struct S { S(); };
4
int foo (S b, double j) { };
5
6
int main ()
7
{
8
int foo (S, double);
9
S v;
10
}