No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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;