2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20091026-1_0.C
blob06eff292cb610d0c56db5276da5f3bc6c47091f1
1 // { dg-lto-do link }
2 // { dg-extra-ld-options "-r -nostdlib -flinker-output=nolto-rel" }
4 #include "20091026-1_a.h"
5 cObject *cHead::find(const char *objname) const
7     return firstchildp;
9 class cNetworkType : public cObject { };
10 cNetworkType *networktype;