Revert r218673 'llvm-cov: add test for report's function & file association.'
[oota-llvm.git] / test / tools / llvm-cov / Inputs / test.h
1 struct A {
2   virtual void B();
3 };