Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.benjamin / p13417.C
blob132b13df277d8988dcd5647ace60a797f76dc156
1 // { dg-do assemble  }
2 // { dg-options "-Wno-deprecated" }
3 // prms-id: 13417
5 class   Foo {
6 public:
7   explicit Foo (int){}
8 };
9 Foo f(10);
10 Foo blat() return f(4){} // { dg-error "" } named return value