blob: a6fc743015a5b3ae8262e51a0a8b97f1f01ed95d [file] [log] [blame]
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-*
class bar
{
public:
void foo ();
void baz ();
};
void bar::foo ()
{
baz x(); // ERROR -
}