// Build don't link: // Origin: Jakub Jelinek class bar { public: void foo (); void baz (); }; void bar::foo () { baz x(); // ERROR - }