1// { dg-lto-do link }
2// { dg-extra-ld-options "-r -nostdlib" }
3
4#include "20091026-1_a.h"
5cObject *cHead::find(const char *objname) const
6{
7    return firstchildp;
8}
9class cNetworkType : public cObject { };
10cNetworkType *networktype;
11
12