aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-cov/gcov/Inputs/test.h
blob: cc198a0ed0725fd9f8fc117c9568aad1f84576f0 (plain)
1
2
3
4
#include <stdint.h>
struct A {
  virtual void B();
};