#include "20091210-1_0.h"

struct Foo : Base {
    virtual void g();
};

void Foo::g() {}

int main() {}
