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