llvm-project/llvm/test/tools/llvm-cov/Inputs/test.h

4 lines
34 B
C

struct A {
virtual void B();
};