Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20091210-1_1.C
blob: 4fb15cd5f234c1a0588684a02d42b477341d17a9 [
file
] [
log
] [
blame
]
#include
"20091210-1_0.h"
struct
Foo
:
Base
{
virtual
void
g
();
};
void
Foo
::
g
()
{}
int
main
()
{}