(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
20091210-1_1.C
#include "20091210-1_0.h"

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

void Foo::g() {}

int main() {}