xref: /llvm-project/llvm/test/tools/llvm-cov/gcov/Inputs/test.h (revision e69092be5247937213865289013185811d0fbc5e)
1 #include <stdint.h>
2 struct A {
3   virtual void B();
4 };
5