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

5 lines
54 B
C

#include <stdint.h>
struct A {
virtual void B();
};