PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / g++.dg / gcov / gcovpart-12b.C
blob6a1f981f0df57d1643534be969333053840b8fff
1 struct Foo {
2   Foo () {}
3   virtual void Func () /* count(-) { xfail *-*-* } */
4   {}   /* count(-) { xfail *-*-* } */
5 };