blob: 81a764225c7b0efcef4c6f7787c59d8bf075e2b1 [file] [log] [blame]
struct S
{
void m ();
virtual void v1 ();
virtual void v2 ();
};
extern S s;