// { dg-do assemble } // Origin: Jakub Jelinek class bar { public: void foo (); void baz (); }; void bar::foo () { baz x(); // { dg-error "" } }