[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081125_1.C
blobd52b9edcada15eda797f6691fa9ea0b13fc75459
1 #include "20081125.h"
3 base *
4 base::factory(void)
6  return new object ();