(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
20091026-1_0.C
// { dg-lto-do link }
// { dg-extra-ld-options "-r -nostdlib -flinker-output=nolto-rel" }

#include "20091026-1_a.h"
cObject *cHead::find(const char *objname) const
{
    return firstchildp;
}
class cNetworkType : public cObject { };
cNetworkType *networktype;