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

base *
base::factory(void)
{
 return new object ();
}