[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20091026-1_0.C
blob5c74f29cc4ca7c26d0c359b0fd51937343c5ee2e
1 // { dg-lto-do link }
2 // { dg-extra-ld-options "-r -nostdlib" }
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;