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

4 lines
34 B
C
Raw Normal View History

struct A {
virtual void B();
};