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

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