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