llvm-for-llvmta/test/tools/llvm-cov/gcov/Inputs/test.h

5 lines
54 B
C
Raw Normal View History

2022-04-25 10:02:23 +02:00
#include <stdint.h>
struct A {
virtual void B();
};