1 2 3 4 5 6 7 8 9
#include "20091210-1_0.h" struct Foo : Base { virtual void g(); }; void Foo::g() {} int main() {}