Daily bump.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.benjamin / p13417.C
blobe705f0dffb516a5fe02c1bfa4773e5cc264707ae
1 // { dg-do assemble  }
2 // { dg-options "-Wno-deprecated -Wno-return-type" }
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