aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/gcov/gcovpart-12b.C
blob: 6a1f981f0df57d1643534be969333053840b8fff (plain)
1
2
3
4
5
struct Foo {
  Foo () {}
  virtual void Func () /* count(-) { xfail *-*-* } */
  {}   /* count(-) { xfail *-*-* } */
};