Daily bump.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.benjamin / p13417.C
blobddf02f5004fe600cdf52691e4c31641068f057e2
1 // Build don't link:
2 // Special g++ 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){}; //this should not give an error