blob: ddf02f5004fe600cdf52691e4c31641068f057e2 [file] [log] [blame]
// Build don't link:
// Special g++ Options: -Wno-deprecated
// prms-id: 13417
class Foo {
public:
explicit Foo (int){}
};
Foo f(10);
Foo blat() return f(4){}; //this should not give an error