summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lto/20091026-1_0.C
blob: 5c74f29cc4ca7c26d0c359b0fd51937343c5ee2e (plain)
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;