[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20091210-1_1.C
blob4fb15cd5f234c1a0588684a02d42b477341d17a9
1 #include "20091210-1_0.h"
3 struct Foo : Base {
4     virtual void g();
5 };
7 void Foo::g() {}
9 int main() {}