blob: ee3ed109b9eef616b4c366a3a2e87b932991ba6f [file] [log] [blame]
struct B {
virtual int foo();
};
int B::foo()
{
return 2;
}