blob: 62a1e923c755041fb002f429d09986b70cdc8897 [file] [log] [blame]
struct A {
virtual int foo();
};
int A::foo()
{
return 1;
}