blob: ce0f64621c90f9bf7fee1259eb09e3f2a50370f5 [file] [log] [blame]
// Build don't link:
// Special g++ Options: -fvtable-gc
// Origin: Mark Mitchell <mitchell@codesourcery.com>
// excess errors test - XFAIL *-*-coff *-*-aout *-*-hms mips*-sgi-irix*
struct S {
virtual void f ();
};
S* s;
void g ()
{
s->f ();
}