blob: 4fb15cd5f234c1a0588684a02d42b477341d17a9 [file] [log] [blame]
#include "20091210-1_0.h"
struct Foo : Base {
virtual void g();
};
void Foo::g() {}
int main() {}