aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20091210-1_1.C
blob: 4fb15cd5f234c1a0588684a02d42b477341d17a9 (plain)
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() {}