Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / llvm-cov / Inputs / test.h
blob55d9c6aa8c42afc3ce4e486f2e2bddb3aea9da11
1 struct A {
2 virtual void B();
3 };