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