Files
Android11/external/llvm/test/tools/llvm-cov/Inputs/test.h
2023-10-13 14:01:41 +00:00

4 lines
34 B
C

struct A {
virtual void B();
};