llvm/compiler-rt/test/profile/Inputs/instrprof-icall-promo.h

struct A {
  virtual int foo() { return 1; };
  virtual int bar();
};