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